View Full Version : Attaching a Form to a Tab within a Dialog?
cluettr
23 Jul 2007, 4:38 AM
What is the best approach to dynamically adding a form to a tab within a dialog? I've got the dialog created, I've got the form created, now how to I put that form inside one of the Tabs?
BernardChhun
23 Jul 2007, 4:56 AM
I'd probably do it like this.
1. Build an autoCreated Dialog
2. build a TabPanel within the Dialog's body using yourDialog.body
3. insert a tab and add in a div with a specific id for your form
4. build the form in that element within the tab
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.