The correct URL is http://dhtml-calendar.googlecode.com/svn/branches/edge . Beware of the old version linked above.
Patrick Baselier14 Mar 2007
Great plugin! Thanks for sharing.
In calendar.rb I made a small change to the calendar_tag method (line 329-332). I changed:
addmandatories(calendarsetup,
:inputField => inputfieldid,
(calendaroptions[:popup] ? :button : :flat) => calendarid
)
The correct URL is http://dhtml-calendar.googlecode.com/svn/branches/edge . Beware of the old version linked above.
Great plugin! Thanks for sharing. In calendar.rb I made a small change to the calendar_tag method (line 329-332). I changed: addmandatories(calendarsetup, :inputField => inputfieldid, (calendaroptions[:popup] ? :button : :flat) => calendarid )
into
otherwise I wasn't able to set the ID of the input field to store the date.