UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

25 lines 588 B
Ext.define('UCANSink.view.main.nav.top.TopView', { extend: 'Ext.Toolbar', xtype: 'topview', cls: 'topview', viewModel: {}, shadow: false, items: [ { xtype: 'container', cls: 'topviewtext', bind: { html: '{name}', hidden: '{navCollapsed}' } }, '->', { xtype: 'button', ui: 'topviewbutton', reference: 'navtoggle', handler: 'onTopViewNavToggle', iconCls: 'x-fa fa-expand' } ] });