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

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

上级 3175be26
...@@ -3906,6 +3906,26 @@ ...@@ -3906,6 +3906,26 @@
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"reloadData" : true, "reloadData" : true,
"id" : "OpenOptView@TEST" "id" : "OpenOptView@TEST"
}, {
"actionTarget" : "SINGLEKEY",
"caption" : "删除",
"codeName" : "PluginDelete",
"fullCodeName" : "TEST_PluginDelete",
"name" : "删除行为插件",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "PluginDelete"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "PluginDelete",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "PluginDelete@TEST"
}, { }, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1", "caption" : "界面逻辑1",
......
...@@ -100,13 +100,6 @@ ...@@ -100,13 +100,6 @@
"id" : "TOOLBAR" "id" : "TOOLBAR"
}, },
"getPSDEToolbarItems" : [ { "getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除", "caption" : "删除",
"groupExtractMode" : "ITEM", "groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION", "itemType" : "DEUIACTION",
...@@ -116,49 +109,29 @@ ...@@ -116,49 +109,29 @@
"modelref" : true, "modelref" : true,
"id" : "toolbar_deuiaction1" "id" : "toolbar_deuiaction1"
}, },
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "MULTIKEY", "actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"defaultContent" : "删除",
"lanResTag" : "TBB.TEXT.*.REMOVE",
"lanResType" : "TBB.TEXT",
"name" : "工具栏按钮文本[*.REMOVE]",
"refFlag" : true
},
"caption" : "删除", "caption" : "删除",
"codeName" : "Remove", "codeName" : "PluginDelete",
"fullCodeName" : "Remove", "fullCodeName" : "TEST_PluginDelete",
"name" : "表格界面_删除操作", "name" : "删除行为插件",
"getPSSysImage" : { "getPSAppDEMethod" : {
"glyph" : "xf00d@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-remove" "id" : "PluginDelete"
}, },
"predefinedType" : "GRIDVIEW_REMOVEACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
}, },
"uIActionMode" : "SYS", "timeout" : 60000,
"uIActionTag" : "Remove", "uIActionMode" : "BACKEND",
"uIActionType" : "DEUIACTION" "uIActionTag" : "PluginDelete",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "PluginDelete@TEST"
}, },
"tooltip" : "删除", "tooltip" : "删除",
"getTooltipPSLanguageRes" : { "uIActionTarget" : "SINGLEKEY",
"defaultContent" : "删除",
"lanResTag" : "TBB.TOOLTIP.*.REMOVE",
"lanResType" : "TBB.TOOLTIP",
"name" : "工具栏按钮提示[*.REMOVE]",
"refFlag" : true
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
} ], } ],
......
...@@ -54070,6 +54070,26 @@ ...@@ -54070,6 +54070,26 @@
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"reloadData" : true, "reloadData" : true,
"id" : "OpenOptView@TEST" "id" : "OpenOptView@TEST"
}, {
"actionTarget" : "SINGLEKEY",
"caption" : "删除",
"codeName" : "PluginDelete",
"fullCodeName" : "TEST_PluginDelete",
"name" : "删除行为插件",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "PluginDelete"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout" : 60000,
"uIActionMode" : "BACKEND",
"uIActionTag" : "PluginDelete",
"uIActionType" : "DEUIACTION",
"enableConfirm" : true,
"id" : "PluginDelete@TEST"
}, { }, {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "界面逻辑1", "caption" : "界面逻辑1",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册