|
linb
|
 |
« Reply #3 on: October 19, 2011, 05:24:54 PM » |
|
var MainMenu = new linb.UI.Stacks( // prop { items:[{"id":"Analysis"}, {"id":"Data Capture"}, {"id":"Setup"}], left:0, top:0, width:150, height:400, dock:"none", value:"Analysis" }, //events null, //host null, //theme null, //custom style {"KEY":"font-size:24pt;font-weight:bold", "CAPTION":"font-size:24pt"}, //custom class null, //custom behavior null, //custom functions null ) .show();
|