Sha256: 49e8563c3d3d823de1c829dd8831115a2e2c5e19df556b94fdfd27d767d1dacc
Contents?: true
Size: 864 Bytes
Versions: 66
Compression:
Stored size: 864 Bytes
Contents
// SproutCore ViewBuilder Design Format v1.0 // WARNING: This file is automatically generated. DO NOT EDIT. Changes you // make to this file will be lost. Greenhouse.TestPage = SC.Page.design({ mainView: SC.View.design({ childViews: [SC.ButtonView.design({ layout: { "width": 100, "height": 24, "top": 444, "left": 685 }, title: "dork", isDefault: YES })] }), myView: SC.View.design({ childViews: [SC.ButtonView.design({ layout: { "width": 100, "height": 24, "top": 208, "left": 49 } }), SC.ButtonView.design({ layout: { "width": 100, "height": 24, "top": 58, "left": 83 } })] }), someView: SC.View.design({}), myC: SC.ObjectController.design({}), pageName: "Greenhouse.TestPage" });
Version data entries
66 entries across 66 versions & 2 rubygems