You can show your edit form in right sidebar (loading and
saving it
using AJAX)
At current state you can use <%= text_field
"subscriber_#{subscriber.id}", 'firstName' %>
and then parse params
server-side.
to select all checkboxes you can use:
$$("div#results input[type=checkbox]").each(
function(c){c.checked=true} )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Ruby on Rails" group.
To post to this group, send email to rubyonrails googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups-beta.google.com/group/rubyonrails
-~----------~----~----~----~------~----~------~--~---
|