14 lines
171 B
INI
14 lines
171 B
INI
|
|
{
|
|
div: {
|
|
|
|
title:"My panel",
|
|
|
|
children: {
|
|
|
|
button:{ id:myBtnId, title:"Push Me" },
|
|
check:{ id:myCheckId, title:"Check Me" },
|
|
|
|
}
|
|
}
|
|
} |