kboss/b/test/right_part.json
2025-07-16 14:27:17 +08:00

29 lines
384 B
JSON
Executable File

{
"widgettype":"VBox",
"options":{
"width":"100%",
"csses":"hscroll"
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"right_header.json"
}
},
{
"widgettype":"VFiller",
"options":{},
"subwidgets":[
{
"widgettype":"urlwdiget",
"options":{
"url":"right_body.json",
"csses":"filler"
}
}
]
}
]
}