Colin Law wrote:
> On 31 March 2010 06:43, Hemant Bhargava <li...@ruby-forum.com> wrote:
>> how should i do this in javascript.. I am little bit confused..
> I have not used calendar_date_select but I imagine it is already using
> javascript to do the popup.  Have a look at the html of your page and
> see what is there.  (View, Page Source or similar in browser).
> 
> Colin

Source code for line

<%= calendar_date_select :abc, :def, :year_range =>
1.years.ago..1.years.since, %>

is as:-

<input id="abc_def" type="text" value="" size="30" name="abc[def]"/>
<img class="calendar_date_select_popup_icon" style="border: 0px none ; 
cursor: pointer;" 
src="/abc/images/calendar_date_select/calendar.gif?1266227981" 
onclick="new CalendarDateSelect( $(this).previous(), {year_range:[2009, 
2011]} );" alt="Calendar"/>

How should i write this code in javascript.. I tried it but fails..
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to