Sha256: 41b2b7203053da3b623f65b8e838fe0d9da5e7abb949a52206c1312a365eefab
Contents?: true
Size: 779 Bytes
Versions: 21
Compression:
Stored size: 779 Bytes
Contents
Ext.ns('Compass.ErpApp.Mobile.<%=class_name %>'); Ext.application({ name: '<%=class_name %>', useLoadMask: true, launch: function () { Ext.create("Ext.Container", { fullscreen: true, html:'Your New Mobile Application', items: [ { xtype:'toolbar', ui:'light', docked:'top', items:[ { text:'Home', ui:'back', handler:function(btn){ window.location = '/erp_app/mobile'; } }, { text:'Logout', ui:'round', handler:function(btn){ window.location = '/session/sign_out?login_url=/erp_app/mobile/login'; } } ] } ] }); } });
Version data entries
21 entries across 21 versions & 1 rubygems