Hi

My rails app needs to input several items. Too many to show on a
single page so my decision is to split the entry up into tabs.
I do not want any other tabs in my app, just for that specific data
entry.

As example tab 1 would be name and address of someone
tab 2 would be the phone numbers
tab 3 would be the actual work address and their favorite text editors

I have looked at several examples such as:
http://www.therailsway.com/2007/6/4/free-for-all-tab-helper
http://www.kollermedia.at/archive/2007/07/10/easy-tabs-12-now-with-autochange/
http://www.eduvoyage.com/2008/9/26/ajax-tabs-and-rails
http://www.noupe.com/javascript/37-great-ajax-css-tab-based-interfaces.html

Most of these use a set of separate HTML files to contain the
individual fields and that would result in saving any changes when
switching tabs.
CSS and lists get me close but not exactly what I want. Javascript has
not been very successful so far, likely because the above examples use
javascript throughout the page and not just as .js function call.
Is there something simple available to get what I want or am I pretty
much stuck with the solution mentioned at eduvoyage?

Thanks!

--~--~---------~--~----~------------~-------~--~----~
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