bricks/examples/keyevent.ui
2024-07-14 20:34:50 +08:00

22 lines
310 B
XML

{
"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')}}"
}
}
]
}