2021-01-20 18:12:35 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
parent: "uiDivId"
|
|
|
|
|
|
|
|
panel: {
|
|
|
|
|
|
|
|
name: "panelDivId",
|
2021-01-22 14:48:14 +00:00
|
|
|
title: "CW Test",
|
2021-01-20 18:12:35 +00:00
|
|
|
|
|
|
|
row: {
|
2021-01-31 16:09:08 +00:00
|
|
|
button:{ name: quitBtnId, title:"Quit" },
|
|
|
|
button:{ name: reportBtnId title:"Report" }
|
2021-01-20 18:12:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|