bricks/examples/scroll.ui

28 lines
377 B
Plaintext
Raw Normal View History

2024-02-06 14:30:10 +08:00
{
2024-02-26 18:22:18 +08:00
"widgettype":"VBox",
2024-02-06 14:30:10 +08:00
"options":{
2024-02-26 18:22:18 +08:00
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"Title3",
"options":{
"text":"Scroll Widget"
}
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('scroll.json')}}"
}
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('footer.ui')}}"
}
}
]
2024-02-06 14:30:10 +08:00
}