salescrm/b/test/left_part.json
2025-10-27 15:50:44 +08:00

31 lines
405 B
JSON

{
"widgettype":"VBox",
"options":{
"bgcolor":"#e8e8e8",
"height":"100%",
"width":"auto"
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"left_header.json"
}
},
{
"widgettype":"VFiller",
"options":{
"overflow":"auto"
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"left_data.json"
}
}
]
}
]
}