44 lines
684 B
JSON
44 lines
684 B
JSON
{
|
|
"widgettype":"HBox",
|
|
"options":{},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"width":"240px",
|
|
"height":"auto"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"portial_customer.json"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id":"workarea",
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"width":"auto"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"navigator",
|
|
"event":"node_click",
|
|
"target":"workarea",
|
|
"datawidget":"navigator",
|
|
"datascript":"var d = target.selected_node.data; debug('data=', d); return d;",
|
|
"actiontype":"urlwidget",
|
|
"options":{
|
|
"url":"docs/request_customer.tmpl",
|
|
"params":{}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|