/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
this.items = [{ xtype : 'compositefield', defaults : { border : false, margins : '0 50 5 5', labelWidth : 200, autoHeight : true, defaults : { xtype : 'textfield', width : 250 } }, items: [{ xtype : 'fieldset', items : [ // items in first set ] },{ xtype : 'fieldset', items : [ // items in second set ] }] }];