Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created April 19, 2009 21:14
Show Gist options
  • Select an option

  • Save richcollins/98230 to your computer and use it in GitHub Desktop.

Select an option

Save richcollins/98230 to your computer and use it in GitHub Desktop.
Rich.mainPage = SC.Page.design({
mainPane: SC.MainPane.design(
{
childViews: "box",
box: SC.View.design()
.layout({ left: 0, top: 0, width: 100, height: 100 })
.classNames("box")
})
.layout({ left: 0, right: 0, top: 0, bottom: 0 })
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment