UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

10 lines 224 B
Ext.define('Neptune.view.tab.BottomTabs', { extend: 'Neptune.view.tab.Tabs', xtype: 'bottomTabs', id: 'bottomTabs', defaults: { width: 400, height: 300, tabPosition: 'bottom' } });