Sha256: 45e46358c5fc76484e50b788c3cbc142138081f7ab9e36989132ab953ac231c2
Contents?: true
Size: 638 Bytes
Versions: 24
Compression:
Stored size: 638 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'], labelView: SC.LabelView.design({ classNames: ['welcome-label'], layout: { centerX: 0, centerY: 0, width: 300, height: 24 }, tagName: "h1", value: "Welcome to SproutCore!" }) }) });
Version data entries
24 entries across 12 versions & 1 rubygems