fix: plain VBox+Form (no PopupWindow), popup via button target
This commit is contained in:
parent
b7d30d4238
commit
d4d1933c7b
@ -1,14 +1,8 @@
|
||||
{
|
||||
"id": "new_kb_window",
|
||||
"widgettype": "PopupWindow",
|
||||
"options": {
|
||||
"auto_open": true,
|
||||
"anthor": "cc",
|
||||
"cwidth": 18,
|
||||
"cheight": 10,
|
||||
"title": "新建知识库"
|
||||
},
|
||||
"widgettype": "VBox",
|
||||
"options": {"padding": "16px", "spacing": "12px"},
|
||||
"subwidgets": [
|
||||
{"widgettype": "Text", "options": {"text": "新建知识库", "cfontsize": 18, "fontWeight": "bold"}},
|
||||
{
|
||||
"widgettype": "Form",
|
||||
"id": "kb_form",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user