Sha256: a999506ad7da31467d648642108139f56178ae6ac253909c6defc8a5f48a2cea
Contents?: true
Size: 972 Bytes
Versions: 16
Compression:
Stored size: 972 Bytes
Contents
Ext.define('<%=class_name%>.view.Main', { extend: 'Ext.tab.Panel', xtype: 'main', config: { tabBarPosition: 'bottom', items: [ { title: 'Welcome', iconCls: 'home', styleHtmlContent: true, scrollable: true, items: { docked: 'top', xtype: 'titlebar', title: 'Welcome to <%=class_name%>' }, html: [ "You've just generated a new Sencha Touch 2 application within the CompassAE framework. What you're looking at right now is the ", "contents of <a target='_blank' href=\"javascripts/<%=class_name%>/app/view/Main.js\">public/javascripts/<%=class_name%>/app/view/Main.js</a> - edit that file ", "and refresh to change what's rendered here." ].join("") } ] } });
Version data entries
16 entries across 16 versions & 1 rubygems