|
|
@@ -55,7 +55,7 @@ |
|
|
|
"id": "id${newId()}", |
|
|
|
"type": "fx-title", |
|
|
|
"props": { |
|
|
|
"label": "苹果树" |
|
|
|
"label": "树列表" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
@@ -129,7 +129,7 @@ |
|
|
|
"horizontal": false |
|
|
|
}, |
|
|
|
"children": [ |
|
|
|
<#list group.cfilters as cfilters> |
|
|
|
|
|
|
|
{ |
|
|
|
"shape": "panel", |
|
|
|
"id": "form_panel", |
|
|
@@ -141,7 +141,7 @@ |
|
|
|
"alignY": "center" |
|
|
|
}, |
|
|
|
"children": [ |
|
|
|
|
|
|
|
<#list group.cfilters as cfilters> |
|
|
|
{ |
|
|
|
"id": "id${newId()}", |
|
|
|
"type": "fx-${cfilters.editor}", |
|
|
@@ -155,7 +155,7 @@ |
|
|
|
}, |
|
|
|
"events": {} |
|
|
|
}, |
|
|
|
|
|
|
|
</#list> |
|
|
|
{ |
|
|
|
"id": "${newId()}", |
|
|
|
"type": "fx-button-group", |
|
|
@@ -203,7 +203,7 @@ |
|
|
|
}, |
|
|
|
"children": [] |
|
|
|
}, |
|
|
|
</#list> |
|
|
|
|
|
|
|
{ |
|
|
|
"id": "${newId()}", |
|
|
|
"type": "fx-form-panel", |
|
|
|