Skip to content

Instantly share code, notes, and snippets.

@tomelam
Created May 14, 2012 17:10
Show Gist options
  • Save tomelam/2695119 to your computer and use it in GitHub Desktop.
Save tomelam/2695119 to your computer and use it in GitHub Desktop.
Calling Zen's recursive object creator (possible next version)
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