22 lines
329 B
XML
22 lines
329 B
XML
{
|
|
"widgettype": "TextFiles",
|
|
"options": {
|
|
"width": "90%",
|
|
"height": "100%",
|
|
"params":{
|
|
"id": "{{params_kw.id}}"
|
|
}
|
|
},
|
|
"binds":[
|
|
{
|
|
"wid": "self",
|
|
"event": "inputed",
|
|
"actiontype": "urlwidget",
|
|
"target": "root.page_center",
|
|
"options": {
|
|
"url": "{{entire_url('new_instance.dspy')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|