UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

27 lines (21 loc) 465 B
document.title = 'Ext JS Portal'; Ext.define('Portal.view.main.Header', { extend: 'Ext.Container', xtype: 'app-header', title: document.title, cls: 'app-header', height: 52, layout: { type: 'hbox', align: 'middle' }, items: [{ xtype: 'component', cls: 'app-header-logo' },{ xtype: 'component', cls: 'app-header-title', html: document.title, flex: 1 }] });