Skip to content

Instantly share code, notes, and snippets.

@tomelam
Created May 14, 2012 14:57
Show Gist options
  • Save tomelam/2694438 to your computer and use it in GitHub Desktop.
Save tomelam/2694438 to your computer and use it in GitHub Desktop.
Calling Zen's recursive object creator
st = zen.createSubtree(["dijit.TitlePane",
{id:"testRendering",
title:"Toolbar (click to expand) - Zen Notebook",
style:{top:"30px",right:"30px"},closable:true,open:false},
[["CENTER", {},[]]]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment