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

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

上级 6c2787a8
...@@ -1971,10 +1971,10 @@ ...@@ -1971,10 +1971,10 @@
"name" : "studentname" "name" : "studentname"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "colMD" : 24,
"height" : 100, "height" : 100,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "TABLE_24COL",
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
...@@ -1992,10 +1992,10 @@ ...@@ -1992,10 +1992,10 @@
"id" : "form_button1" "id" : "form_button1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "colMD" : 24,
"height" : 100, "height" : 100,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "TABLE_24COL",
"width" : 100, "width" : 100,
"widthMode" : "PX" "widthMode" : "PX"
}, },
...@@ -2019,7 +2019,8 @@ ...@@ -2019,7 +2019,8 @@
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
......
...@@ -2957,10 +2957,10 @@ ...@@ -2957,10 +2957,10 @@
"name" : "studentname" "name" : "studentname"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "colMD" : 24,
"height" : 100, "height" : 100,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "TABLE_24COL",
"width" : 200, "width" : 200,
"widthMode" : "PX" "widthMode" : "PX"
}, },
...@@ -2978,10 +2978,10 @@ ...@@ -2978,10 +2978,10 @@
"id" : "form_button1" "id" : "form_button1"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "colMD" : 24,
"height" : 100, "height" : 100,
"heightMode" : "PX", "heightMode" : "PX",
"layout" : "FLEX", "layout" : "TABLE_24COL",
"width" : 100, "width" : 100,
"widthMode" : "PX" "widthMode" : "PX"
}, },
...@@ -3005,7 +3005,8 @@ ...@@ -3005,7 +3005,8 @@
"showCaption" : true "showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"layout" : "FLEX" "columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
......
...@@ -181,6 +181,28 @@ ...@@ -181,6 +181,28 @@
"rawItemWidth" : 200.0, "rawItemWidth" : 200.0,
"width" : 200.0, "width" : 200.0,
"showTitleBar" : true "showTitleBar" : true
}, {
"codeName" : "db_container3",
"controlType" : "PORTLET",
"name" : "db_container3",
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "db_container3"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true
},
"getPSLayout" : {
"columnCount" : 12,
"layout" : "TABLE_12COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"portletType" : "CONTAINER",
"showTitleBar" : true
}, { }, {
"codeName" : "db_rawitem2", "codeName" : "db_rawitem2",
"contentType" : "RAW", "contentType" : "RAW",
......
...@@ -1968,6 +1968,28 @@ ...@@ -1968,6 +1968,28 @@
"rawItemWidth" : 200.0, "rawItemWidth" : 200.0,
"width" : 200.0, "width" : 200.0,
"showTitleBar" : true "showTitleBar" : true
}, {
"codeName" : "db_container3",
"controlType" : "PORTLET",
"name" : "db_container3",
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
"id" : "db_container3"
},
"getPSControlParam" : {
"autoLoad" : true,
"showBusyIndicator" : true
},
"getPSLayout" : {
"columnCount" : 12,
"layout" : "TABLE_12COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"portletType" : "CONTAINER",
"showTitleBar" : true
}, { }, {
"codeName" : "db_rawitem2", "codeName" : "db_rawitem2",
"contentType" : "RAW", "contentType" : "RAW",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册