]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/neptune-components/app/view/toolbar/widget/Mixed.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / neptune-components / app / view / toolbar / widget / Mixed.js
CommitLineData
6527f429
DM
1Ext.define('Neptune.view.toolbar.widget.Mixed', {\r
2 extend: 'Ext.toolbar.Toolbar',\r
3 xtype: 'mixedToolbar',\r
4\r
5 items: [\r
6 { xtype: 'largeButton' },\r
7 { xtype: 'mediumMenuButton', icon: true },\r
8 { xtype: 'smallSplitButton', arrowAlign: 'bottom', icon: true, iconAlign: 'top' }\r
9 ]\r
10});