JannaB
unread,Jul 11, 2009, 8:55:13 PM7/11/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
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