[Rails] Re: collection_text onchange event

2009-09-23 Thread Subashini Kumar
Sijo Kg wrote: > Hi > > Have a look at observe_field > > http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html#M001654 > > > > Sijo Hi, i tried like this, View page: <%= collection_select(:question,:subject_id ,Subject.all, :id, :name ) %> <%= observe_field 'quest

[Rails] Re: collection_text onchange event

2009-09-23 Thread Sijo Kg
Hi Have a look at observe_field http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html#M001654 Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou