ucan-ext-js-kitchen-sink
Version:
my-ext-gen-app description for Ext JS app MyExtGenApp
16 lines (15 loc) • 322 B
JavaScript
Ext.define('UCANSink.view.main.nav.bottom.BottomView', {
extend: 'Ext.Toolbar',
xtype: 'bottomview',
cls: 'bottomview',
shadow: false,
// items: [
// {
// xtype: 'button',
// ui: 'bottomviewbutton',
// iconCls: 'x-fa fa-angle-double-left',
// text: 'Logout',
// handler: 'onBottomViewlogout'
// }
// ]
});