how to edit multiple checkbox ...pls help...
new.erb is...
<input id="mobile" name="mobile[brand][]"
type="checkbox" value="sam" />
<input id="mobile" name="mobile[brand][]"
type="checkbox" value="ram" />
"brand" column in table shows values "ram,sam".
--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
hope this helps... http://ruido-blanco.net/blog/rails-multiple-select-helper-plugin/ Thanks. Jai zenag wrote:> how to edit multiple checkbox ...pls help... > new.erb is... > > > <input id="mobile" name="mobile[brand][]" > type="checkbox" value="sam" /> > <input id="mobile" name="mobile[brand][]" > type="checkbox" value="ram" /> > > "brand" column in table shows values "ram,sam". > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---