On Sep 11, 3:41 am, Matt <[email protected]> wrote:
> 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 think you may be over-optimizing this; unless your actual app has a
lot more data than this, tabs really aren't helping. Furthermore, tabs
are going to make it much more complicated to do things like highlight
fields that didn't pass validation.
If there's really a lot of data, you may want to consider an actual
multistep entry process (saving the record along the way), as it keeps
the user from getting confused and lets them pause and come back
later.
If you're 100% sold on the JS tabs, take a look at the JQuery UI Tabs
stuff (http://docs.jquery.com/UI/Tabs) - it does exactly what you were
describing.
--~--~---------~--~----~------------~-------~--~----~
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 [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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---