Sha256: 991508ee76541879f282bd25e1e924c269e0367023c413d1a9a21e5f6e0f6217
Contents?: true
Size: 727 Bytes
Versions: 12
Compression:
Stored size: 727 Bytes
Contents
Ext.define('Compass.ErpApp.Mobile.<%= class_name %>.Application', { extend: 'Ext.Panel', xtype: 'compass-erpapp-mobile-<%= file_name %>-application', config:{ tabBarPosition: 'bottom', items:[ { xtype: 'toolbar', ui: 'light', docked: 'top', items: [ { text: 'Home', ui: 'back', handler: function (btn) { btn.up('#mainContainer').setActiveItem('#home'); } } ] } ], html:'Hello World' } });
Version data entries
12 entries across 12 versions & 1 rubygems