libcw/html/uiTest/ui.cfg

17 lines
233 B
INI
Raw Normal View History

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