active_scaffold :circuit do |config|
columns[:date_disconnected].form_ui=:calendar
end
The calender.jpg is showing next to the field but does not pop up the
calendar when clicked. I get this error in the javascript error
console:
Error: str has no properties
Source File: http://localhost:3000/javascripts/dhtml_calendar/calendar.js?1191241858
Line: 1600
Any ideas?
Thanks
Did you add this to your layout rhtml
<%= javascript_include_tag :defaults %>
<%= active_scaffold_includes %>
<%= dhtml_calendar_includes %>