extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
27 lines (24 loc) • 465 B
JavaScript
/**
* User extension designed to be used on the BB10 platform.
*/
Ext.define('Ext.theme.blackberry.ApplicationMenu', {
extend: 'Ext.Menu',
config: {
/**
* @hide
*/
ui: 'application',
/**
* @hide
*/
layout: {
type: 'hbox',
pack: 'center'
},
defaults: {
flex: 0,
iconAlign: 'top',
ui: 'tab'
}
}
});