UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

19 lines (17 loc) 346 B
Ext.define('Neptune.view.form.widget.FieldsetForm', { extend: 'Ext.form.Panel', xtype: 'fieldsetForm', title: 'Form With Fieldset', bodyPadding: 10, defaults: { anchor: '100%' }, items: [ { xtype: 'basicFieldset' } ], buttons: [{ text: 'Save' },{ text: 'Cancel' }] });