search for: _calendar

Displaying 4 results from an estimated 4 matches for "_calendar".

Did you mean: calendar
2006 Jul 20
1
Ajax and observe_field not updating specified DIV
...39;m using observe_field on to make an ajax call back to my controller. The page initially displays fine. The method is invoked in my controller when i select a choice in the dropdown and I have an rjs file which is then invoked. The rjs file looks like this: page.replace_html ''embed_calendar'', :partial => ''shared/calendar'', :year => 2006, :month => 5, :table_class => "calendar_helper" So, I''m assuming that the _calendar.rhtml will be rendered in the embed_calendar div. My controller uses a template called main so i have a ma...
2018 Aug 10
2
dying on osx
$ grep dove /etc/passwd /etc/group /etc/passwd:_dovecot:*:214:6:Dovecot Administrator:/var/empty:/usr/bin/false /etc/passwd:_dovenull:*:227:227:Dovecot Authentication:/var/empty:/usr/bin/false /etc/group:certusers:*:29:root,_jabber,_postfix,_cyrus,_calendar,_dovecot /etc/group:_dovenull:*:227: I'm trying to build on osx so I can try to do some debugging. The INSTALL.md says to do: $ more INSTALL.md Build Instructions ================== For most people, the usual: ``` ./configure make sudo make install ``` But there is no configure file. Ho...
2006 Jul 20
0
RJS and calendar_helper troubles .... tab characters covering web page
...get a ton of ''\t'' displayed all over the page inside what looks like to be a javascript debug print statement ( try {} catch{} block ). We tried everything and cannot seem to resolve. Anyone have any ideas? below are snippets: calendar_controller.rb def modify_month_view set_calendar_dropdowns(request.raw_post, ''2006'') modify_month_view.rjs page.replace_html ''embed_calendar'', :partial => ''shared/calendar'', :year => 2006, :month => 5 shared/_calendar.rhtml partial <hr> <%=...
2006 Apr 28
5
Newbie: using date-picker
...ittle 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...