dagflow/wwwroot/exists_flow_definition/brief_definition.ui
2026-03-15 11:49:17 +08:00

55 lines
973 B
XML

{
"widgettype": "VBox",
"options": {
"css": "flowdefinition"
},
"subwidgets": [
{
"widgettype": "Title4",
"options": {
"otext": "{{params_kw.name}}",
"i18n": true,
"wrap": true,
"halign": "left"
}
}, {
"widgettype": "text",
"options": {
"otext": "{{params_kw.description}}",
"i18n": true,
"wrap": true,
"halign": "left"
}
}, {
"widgettype": "IconTextBar",
"options": {
"margin": "5px",
"rate": 1,
"tools":[
{
"tip": "新建流程的一个实例",
"name": "new_instance",
"icon": "{{entire_url('/bricks/imgs/flow_instance.svg')}}",
"label": "创建实例"
}
]
},
"binds":[
{
"wid": "self",
"event": "new_instance",
"actiontype": "urlwidget",
"target": "wish_panel",
"options": {
"url": "{{entire_url('instance_input.ui')}}",
"params": {
"id": "{{params_kw.id}}"
}
}
}
]
}
]
}