UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines (9 loc) 257 B
Ext.define('Neptune.view.toolbar.widget.Basic', { extend: 'Ext.toolbar.Toolbar', xtype: 'basicToolbar', items: [ { xtype: 'smallButton' }, { xtype: 'smallMenuButton', icon: true }, { xtype: 'smallSplitButton' } ] });