Sha256: 8ee6c888ba90a2b74599629fa10f409b4312831c39c75366cf0f4995379ce914
Contents?: true
Size: 976 Bytes
Versions: 21
Compression:
Stored size: 976 Bytes
Contents
Ext.application({ name: 'compass_ae_mobile', useLoadMask: true, launch: function () { Ext.create("Ext.tab.Panel", { fullscreen: true, tabBarPosition: 'bottom', items: [ { xtype:'toolbar', ui:'light', docked:'top', items:[ { text:'Logout', ui:'back', handler:function(btn){ window.location = '/session/sign_out?login_url=/erp_app/mobile/login'; } } ] }, { title: 'Home', iconCls: 'home', style:'background-image: url("/images/wallpaper/truenorth.png");background-position:center;' }, { xtype: 'container', title: 'Applications', iconCls: 'star', layout:{ type:'vbox', align:'strech' }, defaults:{ xtype:'button', margin:10 }, items:mobileApplications } ] }); } });
Version data entries
21 entries across 21 versions & 1 rubygems