UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

14 lines (13 loc) 312 B
Ext.define('Neptune.view.toolbar.widget.Fields', { extend: 'Ext.toolbar.Toolbar', xtype: 'fieldsToolbar', defaults: { hideLabel: true }, items: [ { xtype: 'textField' }, { xtype: 'comboBox' }, { xtype: 'dateField' }, { xtype: 'numberField' } ] });