Page 1 of 1

ONMOUSEOVER?

Posted: Thu Mar 08, 2012 10:22 am
by jac53
Do you have a javascript in Genie which when I position the mouse over, it shows a calendar where I can select a day?
My problem is in one my subfiles. If I convert the field to date field, I have to move the field contiguous to make room for the calendar icon, so I have to go over 80 columns.

Re: ONMOUSEOVER?

Posted: Thu Mar 08, 2012 10:24 am
by David
Our calendar widget puts the date to the side like that. I've heard of some customers integrating the jQuery date picker:

http://jqueryui.com/demos/datepicker/

This one works by popping up when you put the cursor in the field.

Re: ONMOUSEOVER?

Posted: Thu Mar 08, 2012 11:59 am
by jac53
How do I integrate JQUERY with GENIE and PROFOUNDUI?
Where do I save JQUERY and where do I add the link to it?

Re: ONMOUSEOVER?

Posted: Thu Mar 08, 2012 12:14 pm
by David
You would need to refer to the jQuery documentation for usage instructions. The framework is quite useful, although it does require a significant level of JavaScript "know-how" in order to work with it.

In PUI, the http server document root is:

/www/profoundui/htdocs

The jQuery files would have to go in there or in a sub-directory somewhere in order to be "servable" through the http server.

For Genie, you would link the files into your skin's "start.html" file. For PUI sessions outside of Genie, you can drop the jQuery files into:

/www/profoundui/htdocs/profoundui/userdata/custom

Or any sub-directory of the above. The PUI session controller will read through /custom and all sub-directories and will automatically link in any files with ".js" or ".css" extension into the page.