On 15 Apr 2009, at 15:05, Dave Smith wrote:

>
> Frederick Cheung wrote:
>> On 15 Apr 2009, at 12:54, Dave Smith wrote:
>>
>>>>> <%= f.radio_button :published_at, false %> No
>>> i was actually hoping for when they check the yes option is puts the
>>> current time in the field. and when they click no it is removed.
>>
>> Ah, so that's more than a radio button. it's some radio buttons +  
>> your
>> favourite date input method, together with a chunk of javascript that
>> does stuff to those input controls.
>> The radio_button would be for a separate attribute (which might not
>> even be a real one) to published_at
>>
>> Fred
>
> ahh ok! thanks, is that much more difficult to implement? i have
> searched for examples online and in my rails books but cannot find
> anything.

Not massively difficult. Not a rails issue at all though - get out  
your html and javascript books to find out about event handling and so  
on.

Fred
>
> -- 
> 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-talk@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