search for: calendar_field

Displaying 3 results from an estimated 3 matches for "calendar_field".

2005 Jun 21
3
dynarch calendar problem when used with ajax
I''ve got a partial with a form using the dynarch calendar (calendar_field behavior). Working. Now I render this partial from the action specified in to a link_to_remote. Now when I click the calendar it''s not showed anymore. theese lines: <%= stylesheet_link_tag ''calendar-system.css'' %> <%= javascript_include_tag ''calendar...
2006 Aug 18
6
Prevent user from accessing an image
Hello, I''m using file_column to save my users images. It''s all OK, but I want to prevent one user from accessing other user''s image. Is it possible, as the image is saved in the file system ?? Thanks Parra -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 22
0
DhtmlCalendarHelper
...webapp I need the german date format. To display the german date format like 31.12.2009, I implemented in the environment.rb following: ActiveSupport::CoreExtensions::Date::Conversions::DATE_FORMATS.merge!( :default => '' %d.%m.%Y '' ) If I use the DhtmlCalendarHelper "calendar_field" the date in edit-mode is diplayed in german date-format, like 21.11.1990. If I use the DhtmlCalendarHelper "calendar_box" the date in edit-mode falls back to american date-format, like 1990-11-21. Do somebody knows why? Thanks ahead for every answer! Regs, hermann -- Posted vi...