提交 ef73e0e9 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 e4a14c09
...@@ -143,24 +143,53 @@ ...@@ -143,24 +143,53 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true "showCaption" : true
}, {
"caption" : "分割线",
"contentType" : "DIVIDER",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "divider1",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"contentType" : "DIVIDER",
"name" : "divider1",
"predefinedType" : "DIVIDER"
},
"showCaption" : true
}, { }, {
"caption" : "列表", "caption" : "列表",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "list", "name" : "list",
"getPSControlLogics" : [ { "getPSControlRenders" : [ {
"itemName" : "LIST", "layoutPanelModel" : "`<span>部件测试绘制器通过面板项绘制器绘制</span>`",
"logicTag" : "layoutpanel",
"logicType" : "SCRIPT",
"name" : "logic", "name" : "logic",
"scriptCode" : "`<span>部件测试绘制器通过面板项绘制器绘制</span>`", "renderType" : "LAYOUTPANEL_MODEL"
"triggerType" : "ITEMVISIBLE"
} ], } ],
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX"
}, },
"showCaption" : true "showCaption" : true
}, {
"caption" : "分割线",
"contentType" : "DIVIDER",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "divider",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"contentType" : "DIVIDER",
"name" : "divider",
"predefinedType" : "DIVIDER"
},
"showCaption" : true
}, { }, {
"caption" : "列表", "caption" : "列表",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册