Hi,

acec acec wrote:

I am doing 1.7. Advanced Form Example.
I can add one DateField in my page class, then UI will have the default 
DateField. That's nice, but how can I control the UI?
For example, if I want my DateField using jquery Datepacker.
http://jqueryui.com/demos/datepicker/


You basically need to subclass DateField and return the required JQuery UI javascript and css resources. Here is an example:

http://code.google.com/p/clickclick/source/browse/trunk/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/control/ui/UICalendarField.java

Hope this helps.

regards

bob

Reply via email to