bricks/examples/keyevent.ui

22 lines
310 B
Plaintext
Raw Normal View History

2024-07-14 20:34:50 +08:00
{
"widgettype":"VBox",
"options":{
"overflow":"auto",
"width":"100%",
"height":"100%",
},
"binds":[
{
"wid":"app",
"event":"keydown",
"actiontype":"urlwidget",
"target":"self",
"mode":"append",
"options":{
"params":{},
"url":"{{entire_url('./keytext.ui')}}"
}
}
]
}