Created
May 14, 2012 17:10
-
-
Save tomelam/2695119 to your computer and use it in GitHub Desktop.
Calling Zen's recursive object creator (possible next version)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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