rbac/wwwroot/qr_scan.ui

21 lines
479 B
XML

{
"widgettype": "QRCodeScan",
"options": {},
"binds": [
{
"wid": "self",
"event": "recognized",
"actiontype": "script",
"target": "self",
"script": "window.open('${text}', '_blank');"
},
{
"wid": "self",
"event": "recognized",
"actiontype": "script",
"target": "-@PopupWindow",
"script": "this.dismiss()"
}
]
}