vajra
18 Apr 2007, 7:11 PM
I am trying to use Form.Layout to render layouts containing columns, fieldsets, and fields to an existing form without creating a dynamic form. Since Form.Layout is part of the Ext.Form package, I think this would not be possible, but I thought I would give it a try ....
I have a form with 3 tabs on it and I would like to implement dynamic forms and attach them to an existing div without creating any additional form tags. This will allow me to use the power of creating a dynamic form, but still be able to submit the form as one form.
The form has many fields including many file upload controls...I don't want to have to serialize this into one form and then submit....Especially when there could be forms with 6 tabs each with 2 or 3 sub-tabs 8-|
Am I reading the docs correct that Form.Layout is only usable for dynamic forms or am I missing something?
Any help would be appreciated. The form class is so powerful.. Thank you ext Team!
Vajra
:D
I have a form with 3 tabs on it and I would like to implement dynamic forms and attach them to an existing div without creating any additional form tags. This will allow me to use the power of creating a dynamic form, but still be able to submit the form as one form.
The form has many fields including many file upload controls...I don't want to have to serialize this into one form and then submit....Especially when there could be forms with 6 tabs each with 2 or 3 sub-tabs 8-|
Am I reading the docs correct that Form.Layout is only usable for dynamic forms or am I missing something?
Any help would be appreciated. The form class is so powerful.. Thank you ext Team!
Vajra
:D