15 lines
242 B
INI
15 lines
242 B
INI
|
|
||
|
{
|
||
|
div: {
|
||
|
title:"My panel",
|
||
|
|
||
|
children: {
|
||
|
|
||
|
button:{ id:myBtnId, title:"Push Me" },
|
||
|
select:{ id:mySelectId, title:"Selector", optionL: { myId0:"Option 0", myId2:"Option 1", myId3:"Option 3" }}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|