UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

18 lines (17 loc) 501 B
Ext.define('Neptune.view.form.Fields', { extend: 'Ext.container.Container', xtype: 'formFields', id: 'formFields', items: [ { xtype: 'textField' }, { xtype: 'comboBox' }, { xtype: 'dateField' }, { xtype: 'numberField' }, { xtype: 'searchField' }, { xtype: 'checkboxes', width: 250 }, { xtype: 'radioButtons', width: 250 }, { xtype: 'textArea' }, { xtype: 'htmlEditor' }, { xtype: 'datepicker' } ] });