Displaying 1 result from an estimated 1 matches for "_name_calendar".
2006 Apr 28
5
Newbie: using date-picker
...m a little
confused how to implement it.
So I put this where I need the date picker:
<a id="_name_link" href="#"
onclick="DatePicker.toggleDatePicker(''name'')"
class="demo_link">[ choose date ]</a>
<div id="_name_calendar" class="date_picker"
style="display:none"></div>
And the field that receives the value is:
<input id="name" name="name" value="" size="10"/></label>
But where do I put the following files?
date_picker_helper.rb...