UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (12 loc) 321 B
Ext.define('Neptune.view.toolbar.widget.Fields2', { extend: 'Ext.toolbar.Toolbar', xtype: 'fieldsToolbar2', defaults: { hideLabel: true }, items: [ { xtype: 'checkboxes', vertical: false }, { xtype: 'radioButtons', vertical: false }, { xtype: 'searchField' } ] });