libcw/html/uiTest/ui.cfg

19 lines
266 B
INI
Raw Normal View History

2020-03-23 14:48:49 +00:00
{
parent: "uiDivId"
2020-03-23 14:48:49 +00:00
div: {
jsId: "panelDivId",
class: "myPanelClass",
title: "My resource based panel",
2020-03-23 14:48:49 +00:00
children: {
button:{ jsId: myBtn1Id, title:"Push Me" },
check:{ jsId: myCheck1Id, title:"Check Me" },
2020-03-23 14:48:49 +00:00
}
}
}