Can someone please point me in the right direction on what to do here,
in terms of basic architecture. I;ve seen this type of interface
before.

Let's say I have something that is "sold" and I have a form for the
sold information. At the bottom of the form, say, us a little "plus
sign" or something like that, with a notation after it that says
"Customer", which then opens up another form, embedded in the sold
form (in terms of the UI) to enter possible customer information for a
second form, and that customer form may have another form embedded in
it with a plus sign, etc. When I submit on an embedded form, it
closes, taking me to its enclosing form, with a plus sign where the
one I just submitted was.

The basic idea therefore is to
1. conserve screen space
2. not require you to redirect to another page for a form which is
linked to by it;s enclosing form

Is there a standard library for this type of thing? (Im open to any
ideas that satisfy these two points mentioned) If not, can you tell me
how to create it? Thanks, Janna B
--~--~---------~--~----~------------~-------~--~----~
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