libcw/html/uiTest/ui.cfg

17 lines
292 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" },
select:{ id:mySelectId, title:"Selector", values: [ myId0:"Option 0", myId2:"Option 1", myId3:"Option 3" ] }
2020-03-23 14:48:49 +00:00
}
}
}
}