libcw/html/uiTest/ui.cfg

14 lines
171 B
INI
Raw Normal View History

2020-03-23 14:48:49 +00:00
{
div: {
2020-03-23 14:48:49 +00:00
title:"My panel",
children: {
button:{ id:myBtnId, title:"Push Me" },
check:{ id:myCheckId, title:"Check Me" },
2020-03-23 14:48:49 +00:00
}
}
}