Return to Snippet

Revision: 31320
at September 3, 2010 00:32 by jvandemerwe


Initial Code
 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
                ]
            }]
        }]; 

Initial URL


Initial Description


Initial Title
Extjs - template for a composite of 2 fieldsets in a form

Initial Tags


Initial Language
Other