extjs - Ext JS Forms at multiple depth -


so in ext js view have form can potentially contain fields , multiple forms inside , forms contain main form can contain forms , fields. there no limitation of how deep last form be. when submit want thing this

main-form {     key1: value1,     key2: value2,     form-l2     {         key-l2:value-l2,         form-l3         {             key-l3:value-l3,             ...         }     } } 

as object.

in html, form cannot contain form , in extjs, if somehow trick it, wouldn't play , doubt is worth effort.

better have 1 bounding form in you'd implement tree-like ui plus custom methods (or overrides of existing methods) return nested json made of field values.


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

javascript - jQuery get link id -