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

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

上级 b42de965
{
"codeName" : "TreeLayout",
"controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX",
"logicName" : "部件-分页树部件布局面板",
"memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSLayout" : {
"layout" : "FLEX"
},
"getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_tree",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "树视图",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "tree",
"getPSLayoutPos" : {
"grow" : 1,
"layout" : "FLEX"
},
"showCaption" : true
}, {
"caption" : "控件占位",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "toolbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"showCaption" : true
} ]
} ],
"layoutPanel" : true,
"modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL"
}
\ No newline at end of file
...@@ -52,12 +52,12 @@ ...@@ -52,12 +52,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -67,6 +67,43 @@ ...@@ -67,6 +67,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -79,7 +116,7 @@ ...@@ -79,7 +116,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -89,20 +126,21 @@ ...@@ -89,20 +126,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
...@@ -219,12 +219,12 @@ ...@@ -219,12 +219,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -234,6 +234,43 @@ ...@@ -234,6 +234,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -246,7 +283,7 @@ ...@@ -246,7 +283,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -256,20 +293,21 @@ ...@@ -256,20 +293,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
...@@ -145,12 +145,12 @@ ...@@ -145,12 +145,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -160,6 +160,43 @@ ...@@ -160,6 +160,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -172,7 +209,7 @@ ...@@ -172,7 +209,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -182,20 +219,21 @@ ...@@ -182,20 +219,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
...@@ -145,12 +145,12 @@ ...@@ -145,12 +145,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -160,6 +160,43 @@ ...@@ -160,6 +160,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -172,7 +209,7 @@ ...@@ -172,7 +209,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -182,20 +219,21 @@ ...@@ -182,20 +219,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
...@@ -145,12 +145,12 @@ ...@@ -145,12 +145,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -160,6 +160,43 @@ ...@@ -160,6 +160,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -172,7 +209,7 @@ ...@@ -172,7 +209,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -182,20 +219,21 @@ ...@@ -182,20 +219,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
...@@ -488,12 +488,12 @@ ...@@ -488,12 +488,12 @@
"getPSControlRenders" : [ { "getPSControlRenders" : [ {
"name" : "layout", "name" : "layout",
"getPSLayoutPanel" : { "getPSLayoutPanel" : {
"codeName" : "TreeExpBarLayout", "codeName" : "TreeLayout",
"controlType" : "PANEL", "controlType" : "PANEL",
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeExpBarLayout.json", "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone/PSPANELS/TreeLayout.json",
"layoutMode" : "FLEX", "layoutMode" : "FLEX",
"logicName" : "部件-分页树导航栏布局面板", "logicName" : "部件-分页树部件布局面板",
"memo" : "树导航视图", "memo" : "部件-分页树部件布局面板",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
...@@ -503,6 +503,43 @@ ...@@ -503,6 +503,43 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getRootPSPanelItems" : [ { "getRootPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_header",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX",
"shrink" : 0
},
"getPSPanelItems" : [ {
"caption" : "容器",
"itemStyle" : "DEFAULT",
"itemType" : "CONTAINER",
"name" : "control_searchbar",
"getPSLayout" : {
"layout" : "FLEX"
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSPanelItems" : [ {
"caption" : "搜索栏",
"itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS",
"name" : "searchbar",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"showCaption" : true
} ]
} ]
}, {
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
...@@ -515,7 +552,7 @@ ...@@ -515,7 +552,7 @@
"layout" : "FLEX" "layout" : "FLEX"
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "导航树", "caption" : "树视图",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "tree", "name" : "tree",
...@@ -525,20 +562,21 @@ ...@@ -525,20 +562,21 @@
}, },
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "工具栏", "caption" : "控件占位",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CTRLPOS", "itemType" : "CTRLPOS",
"name" : "toolbar", "name" : "toolbar",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX" "layout" : "FLEX",
"shrink" : 0
}, },
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
"layoutPanel" : true, "layoutPanel" : true,
"name" : "layout", "name" : "layout",
"modelid" : "4e97b414fdb1826f4a00c1d859cd74bd", "modelid" : "11bddd0b35b4bd9bf3232da68248b0a0",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
}, },
"renderType" : "LAYOUTPANEL" "renderType" : "LAYOUTPANEL"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册