Sha256: dbe3e829ade0fc2e2e72eb7a2982b2b4b368e629168b45d500433f381222ea8f
Contents?: true
Size: 645 Bytes
Versions: 23
Compression:
Stored size: 645 Bytes
Contents
<%= copyright_block("#{namespace} - mainPage") %> /*globals <%= namespace %> */ // This page describes the main user interface for your application. <%= namespace %>.mainPage = SC.Page.design({ // The main pane is made visible on screen as soon as your app is loaded. // Add childViews to this pane for views to display immediately on page // load. mainPane: SC.MainPane.design({ childViews: 'labelView'.w(), labelView: SC.LabelView.design({ layout: { centerX: 0, centerY: 0, width: 200, height: 18 }, textAlign: SC.ALIGN_CENTER, tagName: "h1", value: "Welcome to SproutCore!" }) }) });
Version data entries
23 entries across 18 versions & 1 rubygems