Plugins - dhtml_calendar

StarAdd to favorites

Adds Ruby on Rails engine plugin support for “Dynarch DHTML/JavaScript Calendar”

Edwin Moss

http://dry.4thebusiness.com/

http://dhtml-calendar.googlecode.com/svn/branches/edge

Rails' (MIT)

  • Currently 4.2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Rails Engines

Tags

Comments

Add a comment
Gwyn Morfey 27 Apr 2007

The correct URL is http://dhtml-calendar.googlecode.com/svn/branches/edge . Beware of the old version linked above.

Patrick Baselier 14 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 )

into

  add_mandatories(calendar_setup,
    :inputField => (input_field = calendar_options[:inputField]) ? input_field : input_field_id,
    (calendar_options[:popup] ? :button : :flat) => calendar_id
  )

otherwise I wasn't able to set the ID of the input field to store the date.

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?