Greetings,
I am trying to use the "datepicker" control from the hobo-jquery gem.
Here is what I have in my application.dryml:
<def tag="input" for="Date">
<datepicker />
</def>
And here is what the tag generated:
<input type="text" id="" data_rapid="{"datepicker":
{"options":{"dateFormat":"yy-mm-
dd"},"events":{}}}">
Does this look correct? The thing is that this renders as a regular
entry field. When this field receives focus, I expected it to pop up a
date picker widget. It doesn't. It does have a different visual
emphasis effect than other normal entry fields when it has focus (the
"glow" around the outside of the field has rounded corners, for
example), but it otherwise behaves as any other "normal" entry field.
Am I doing something wrong here?
Thanks again!
Peter
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.