Suppose you have two related drop downs (selects) that you want to
populate from a
database. Assume one is Category, and the other is Subcategory.
When a Category is selected, you want the contents of the
Subcategory drop down to be populated with only those Subcategories
that are related to the Category selection.

Another example might be a role based access framework
and the first drop down is the controllers available for a given
right.  Once the user selects a controller, you want the next drop
down populated with only the actions available for that controller.

Being a Rails Newbie, I wasn't sure I could tackle this on my own, but
it would be very useful.
After reading about script.aculo.us, it sounded like that might be in
the right direction.

Any suggestions on how to do this?  Keep in mind, i'm really new at
this....

Thank you!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to