Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
fca8e62a
提交
fca8e62a
编写于
8月 23, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
f083d062
变更
11
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
2893 行增加
和
832 行删除
+2893
-832
config.xml
config.xml
+0
-6
TreeExpView_TreeView.json
...PPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json
+481
-130
TESTControlDefaultLoadTest2.json
...SYSAPPS/Web/PSAPPDEVIEWS/TESTControlDefaultLoadTest2.json
+481
-130
TESTTreeExpView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView.json
+481
-130
TESTTreeExpView_3467.json
...nsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json
+481
-130
TESTTreeExpView_3467_5885.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json
+481
-130
TESTUsr4TreeExpView.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr4TreeExpView.json
+481
-130
pom.xml
trainsys-provider/pom.xml
+1
-1
Dockerfile
trainsys-provider/src/main/docker/Dockerfile
+1
-1
trainsys-provider-trainsys-k8s.yaml
...vider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
+4
-29
trainsys-provider-trainsys.yaml
...-provider/src/main/docker/trainsys-provider-trainsys.yaml
+1
-15
未找到文件。
config.xml
浏览文件 @
fca8e62a
...
...
@@ -55,12 +55,6 @@
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSTREEVIEWS/TreeExpView_TreeView.json
浏览文件 @
fca8e62a
...
...
@@ -62,9 +62,159 @@
"name"
:
"treeexpbar_load"
}
],
"getPSControls"
:
[
{
"codeName"
:
"TreeExpView_3467node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TreeExpView_3467node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -74,7 +224,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -83,30 +233,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -115,33 +260,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -150,41 +287,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -277,7 +452,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -287,7 +462,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -296,30 +471,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -328,33 +498,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -363,41 +525,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -427,6 +627,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTControlDefaultLoadTest2.json
浏览文件 @
fca8e62a
...
...
@@ -1208,9 +1208,159 @@
"id"
:
"treeexpbar_tree"
},
"getPSControls"
:
[
{
"codeName"
:
"ControlDefaultLoadTest2node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"ControlDefaultLoadTest2node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -1220,7 +1370,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -1229,30 +1379,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -1261,33 +1406,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -1296,41 +1433,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -1423,7 +1598,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"ControlDefaultLoadTest2node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -1433,7 +1608,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -1442,30 +1617,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -1474,33 +1644,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -1509,41 +1671,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -1573,6 +1773,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"ControlDefaultLoadTest2node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView.json
浏览文件 @
fca8e62a
...
...
@@ -241,9 +241,159 @@
"id"
:
"treeexpbar_tree"
},
"getPSControls"
:
[
{
"codeName"
:
"TreeExpViewnode_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TreeExpViewnode_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -253,7 +403,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -262,30 +412,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -294,33 +439,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -329,41 +466,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -456,7 +631,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpViewnode_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -466,7 +641,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -475,30 +650,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -507,33 +677,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -542,41 +704,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -606,6 +806,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpViewnode_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467.json
浏览文件 @
fca8e62a
...
...
@@ -241,9 +241,159 @@
"id"
:
"treeexpbar_tree"
},
"getPSControls"
:
[
{
"codeName"
:
"TreeExpView_3467node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TreeExpView_3467node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -253,7 +403,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -262,30 +412,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -294,33 +439,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -329,41 +466,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -456,7 +631,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -466,7 +641,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -475,30 +650,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -507,33 +677,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -542,41 +704,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -606,6 +806,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTTreeExpView_3467_5885.json
浏览文件 @
fca8e62a
...
...
@@ -270,9 +270,159 @@
"id"
:
"treeexpbar_tree"
},
"getPSControls"
:
[
{
"codeName"
:
"TreeExpView_3467_5885node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"TreeExpView_3467_5885node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -282,7 +432,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -291,30 +441,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -323,33 +468,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -358,41 +495,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -485,7 +660,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467_5885node_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -495,7 +670,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -504,30 +679,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -536,33 +706,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -571,41 +733,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -635,6 +835,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"TreeExpView_3467_5885node_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTUsr4TreeExpView.json
浏览文件 @
fca8e62a
...
...
@@ -235,9 +235,159 @@
"id"
:
"treeexpbar_tree"
},
"getPSControls"
:
[
{
"codeName"
:
"Usr4TreeExpViewnode_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"codeName"
:
"Usr4TreeExpViewnode_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -247,7 +397,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -256,30 +406,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -288,33 +433,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -323,41 +460,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
}
],
"getPSDEDataImport"
:
{
...
...
@@ -450,7 +625,7 @@
"getPSDEContextMenu"
:
{
"codeName"
:
"Usr4TreeExpViewnode_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"
刷新测试上下文菜单
"
,
"logicName"
:
"
测试折叠工具栏
"
,
"name"
:
"node_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -460,7 +635,7 @@
"id"
:
"node_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"
刷新全部
"
,
"caption"
:
"
折叠
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
...
...
@@ -469,30 +644,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshAll"
,
"fullCodeName"
:
"RefreshAll"
,
"name"
:
"树界面_刷新全部操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHALLACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshAll
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
COLLAPSE
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新全部"
,
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"
刷新父
"
,
"caption"
:
"
展开
"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
...
...
@@ -501,33 +671,25 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction2"
},
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"getPSUIAction"
:
{
"caption"
:
"刷新"
,
"codeName"
:
"RefreshParent"
,
"fullCodeName"
:
"RefreshParent"
,
"name"
:
"树界面_刷新父节点操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf021@FontAwesome"
,
"cssClass"
:
"fa fa-refresh"
},
"predefinedType"
:
"TREEVIEW_REFRESHPARENTACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"
RefreshParent
"
,
"uIActionMode"
:
"
FRONT
"
,
"uIActionTag"
:
"
EXPAND
"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"刷新父"
,
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
...
...
@@ -536,41 +698,79 @@
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction3"
},
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"编辑"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"
449BCB62-7C41-44C7-B74E-D1345D34DB9E
"
,
"modelid"
:
"
95C3B1A5-CEF9-4ACA-829E-98CD9F058525
"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(测试)"
,
...
...
@@ -600,6 +800,157 @@
"viewType"
:
"DEGRIDVIEW"
},
"nodeType"
:
"node_1"
,
"getPSDEContextMenu"
:
{
"codeName"
:
"Usr4TreeExpViewnode_1_cm"
,
"controlType"
:
"CONTEXTMENU"
,
"logicName"
:
"测试折叠工具栏"
,
"name"
:
"node_1_cm"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"getPSControlParam"
:
{
"id"
:
"node_1_cm"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction1"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"折叠"
,
"codeName"
:
"COLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"COLLAPSE"
,
"name"
:
"折叠"
,
"scriptCode"
:
"view.callUIAction('COLLAPSE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"COLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction2"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction2"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"展开"
,
"codeName"
:
"EXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"EXPAND"
,
"name"
:
"展开"
,
"scriptCode"
:
"view.callUIAction('EXPAND', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"EXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"切换"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction3"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction3"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"切换"
,
"codeName"
:
"TOGGLE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"TOGGLE"
,
"name"
:
"切换"
,
"scriptCode"
:
"view.callUIAction('TOGGLE', {id: params.srfgroupid});"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"TOGGLE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"切换"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部折叠"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction4"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction4"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部折叠"
,
"codeName"
:
"ALLCOLLAPSE"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLCOLLAPSE"
,
"name"
:
"全部折叠"
,
"scriptCode"
:
"view.callUIAction('ALLCOLLAPSE');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLCOLLAPSE"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部折叠"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"全部展开"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction5"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"node_1_cm_deuiaction5"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"全部展开"
,
"codeName"
:
"ALLEXPAND"
,
"frontProcessType"
:
"OTHER"
,
"fullCodeName"
:
"ALLEXPAND"
,
"name"
:
"全部展开"
,
"scriptCode"
:
"view.callUIAction('ALLEXPAND');"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ALLEXPAND"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"全部展开"
,
"uIActionTarget"
:
"NONE"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"modelid"
:
"95C3B1A5-CEF9-4ACA-829E-98CD9F058525"
,
"modeltype"
:
"PSDETOOLBAR"
},
"text"
:
"静态(学生)"
,
"treeNodeType"
:
"STATIC"
,
"hasPSDETreeNodeRSs"
:
true
,
...
...
trainsys-provider/pom.xml
浏览文件 @
fca8e62a
...
...
@@ -33,7 +33,7 @@
<profiles>
<profile>
<id>
trainsys
</id>
<id>
runtime
</id>
<build>
<resources>
<resource>
...
...
trainsys-provider/src/main/docker/Dockerfile
浏览文件 @
fca8e62a
...
...
@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE
50000
EXPOSE
8081
ADD
trainsys-provider.jar /trainsys-provider.jar
trainsys-provider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
浏览文件 @
fca8e62a
...
...
@@ -22,32 +22,7 @@ spec:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy
:
Always
ports
:
-
containerPort
:
50000
env
:
-
name
:
SPRING_CLOUD_NACOS_DISCOVERY_IP
value
:
"
172.16.240.140"
-
name
:
SERVER_PORT
value
:
"
50000"
-
name
:
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value
:
"
172.16.240.140:8848"
-
name
:
SPRING_REDIS_HOST
value
:
"
127.0.0.1"
-
name
:
SPRING_REDIS_PORT
value
:
"
6379"
-
name
:
SPRING_REDIS_DATABASE
value
:
"
0"
-
name
:
SPRING_DATASOURCE_USERNAME
value
:
"
a_LAB01_d23cc850e"
-
name
:
SPRING_DATASOURCE_PASSWORD
value
:
"
f9Df4556"
-
name
:
SPRING_DATASOURCE_URL
value
:
"
jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
-
name
:
SPRING_DATASOURCE_DRIVER-CLASS-NAME
value
:
"
com.mysql.jdbc.Driver"
-
name
:
SPRING_DATASOURCE_DEFAULTSCHEMA
value
:
"
a_LAB01_d23cc850e"
-
name
:
NACOS
value
:
"
172.16.240.140:8848"
-
containerPort
:
8081
---
apiVersion
:
v1
...
...
@@ -60,9 +35,9 @@ spec:
type
:
NodePort
ports
:
-
name
:
http
port
:
50000
targetPort
:
50000
nodePort
:
50000
port
:
8081
targetPort
:
8081
nodePort
:
8081
protocol
:
TCP
selector
:
app
:
trainsys-provider
...
...
trainsys-provider/src/main/docker/trainsys-provider-trainsys.yaml
浏览文件 @
fca8e62a
...
...
@@ -3,23 +3,9 @@ services:
trainsys-provider
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports
:
-
"
50000:50000
"
-
"
8081:8081
"
networks
:
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
-
SERVER_PORT=50000
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
-
SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
-
SPRING_REDIS_HOST=127.0.0.1
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
-
SPRING_DATASOURCE_PASSWORD=f9Df4556
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
-
NACOS=172.16.240.140:8848
deploy
:
resources
:
limits
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录