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

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

上级 2f28f26f
{ {
"codeName" : "FileTreeView_TreeView", "codeName" : "FileTreeView_TreeView",
"controlStyle" : "NETDISK",
"controlType" : "TREEVIEW", "controlType" : "TREEVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -544,6 +545,10 @@ ...@@ -544,6 +545,10 @@
"selected" : false, "selected" : false,
"id" : "top" "id" : "top"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "TREE_RENDER",
"pluginCode" : "NETDISK"
},
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "remove", "id" : "remove",
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "FileTreeView_TreeView", "codeName" : "FileTreeView_TreeView",
"controlStyle" : "NETDISK",
"controlType" : "TREEVIEW", "controlType" : "TREEVIEW",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -634,6 +635,10 @@ ...@@ -634,6 +635,10 @@
"selected" : false, "selected" : false,
"id" : "top" "id" : "top"
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "TREE_RENDER",
"pluginCode" : "NETDISK"
},
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "remove", "id" : "remove",
......
...@@ -4365,6 +4365,16 @@ ...@@ -4365,6 +4365,16 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "网盘树",
"getPSSysPFPlugin" : {
"pluginType" : "TREE_RENDER",
"pluginCode" : "NETDISK"
},
"pluginCode" : "NETDISK",
"pluginType" : "TREE_RENDER",
"refMode" : "CONTROL",
"refTag" : "TREEVIEW"
}, { }, {
"name" : "自定义插件", "name" : "自定义插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -11531,12 +11541,6 @@ ...@@ -11531,12 +11541,6 @@
"id" : "ViewMsg6" "id" : "ViewMsg6"
}, },
"position" : "POPUP" "position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11545,10 +11549,10 @@ ...@@ -11545,10 +11549,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
...@@ -11556,6 +11560,12 @@ ...@@ -11556,6 +11560,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -218,6 +218,16 @@ ...@@ -218,6 +218,16 @@
"templCode2" : "editor22222", "templCode2" : "editor22222",
"templCode3" : "editor3333", "templCode3" : "editor3333",
"templCode4" : "editor44444" "templCode4" : "editor44444"
}, {
"name" : "网盘树",
"getPSSysPFPlugin" : {
"pluginType" : "TREE_RENDER",
"pluginCode" : "NETDISK"
},
"pluginCode" : "NETDISK",
"pluginType" : "TREE_RENDER",
"refMode" : "CONTROL",
"refTag" : "TREEVIEW"
}, { }, {
"name" : "自定义插件", "name" : "自定义插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册