search for: calendar_date_select_tag

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

2010 Dec 17
2
calendar_date_select_tag
...community and is running into quite a noob question. I''m currently using rails 3.0.3 and been trying to get the calendar_date_select plugin to work I''ve included into my Gem file, did a "bundle install" everything shows up correct. However, when I try to use the <%= calendar_date_select_tag :date %> in my _form.html.erb file it would say undefined method `calendar_date_select_tag'' for #<#<Class:0xb6bc8b88>: 0xb6bc7d64> can anyone shine some light for me? Thanks, James -- You received this message because you are subscribed to the Google Groups "Ruby on...
2008 Feb 29
0
undefined method `calendar_date_select_tag'
...pied all the necessary files (javascript + css + calendar_date_select.rb and so forth files). Further, I added <%= calendar_date_select_includes "blue" %> line of code in my layouts/application.rhtml and finally restarted my Apache server. But I keep on getting: undefined method `calendar_date_select_tag'' when I try and use this method in my View. Any ideas so as to what I might be missing? Any help greatly appreciated. Thanks. Regds, Harnish -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subsc...
2008 May 22
0
Getting the datetime when using Calendar Date Select plugin in an Ajax update operation.
Hey,everyone, I encountered a problem when getting a date through calendar date select plugin. It''s convenient to put the very tag(calendar_date_select_tag) in a form, then get the date when the form is submitted, however, if I don''t put the calendar_date_select_tag in a form, and just use it as an element which can show a calendar on the page, now I wanna update a specific area on the page when my mouse goes over the date on the calendar. so...
2011 Feb 03
1
How to transfer a javascript value into a symbol used in Ruby on Rails
...lt;b>Title</b><br /> <%= f.text_field :title %> </p> <p> <b>Author</b><br /> <%= f.text_field :author %> </p> <p> <b>Publishing Date</b><br /> <%=calendar_date_select_tag f.text_field :publishing_date %> <!-- This way of save/assigning doesn''t work --> </p> <br /> <br /> <br /> <br /> <p> <%= f.submit "Create" %> </p> <% end %&gt...