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

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

上级 023016b7
......@@ -87,21 +87,20 @@
}, {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -110,56 +109,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -172,14 +155,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -214,150 +189,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSSysCalendarItems" : [ {
......@@ -393,7 +273,7 @@
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -403,11 +283,10 @@
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -416,56 +295,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -478,14 +341,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -520,150 +375,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "70927F2F-8ED2-4D44-A86B-B063DABD28FF",
"modeltype" : "PSDETOOLBAR"
},
"getPSLayoutPanel" : {
......@@ -765,6 +525,11 @@
"itemType" : "calendaritem",
"maxSize" : -1,
"name" : "手机",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
......@@ -773,6 +538,162 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
......
......@@ -57,6 +57,17 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "EXPITEM:calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControlHandler" : {
"enableDEFieldPrivilege" : false,
......@@ -177,21 +188,20 @@
}, {
"codeName" : "CalendarExpViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -200,56 +210,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -262,14 +256,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -304,150 +290,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSSysCalendarItems" : [ {
......@@ -483,21 +374,20 @@
"getPSDEContextMenu" : {
"codeName" : "CalendarExpViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -506,56 +396,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -568,14 +442,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -610,150 +476,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "70927F2F-8ED2-4D44-A86B-B063DABD28FF",
"modeltype" : "PSDETOOLBAR"
},
"getPSLayoutPanel" : {
......@@ -855,6 +626,11 @@
"itemType" : "calendaritem",
"maxSize" : -1,
"name" : "手机",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
......@@ -863,6 +639,162 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSDEContextMenu" : {
"codeName" : "CalendarExpViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
......
......@@ -37,6 +37,45 @@
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "newdata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "newdata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"calendarStyle" : "MONTH",
"codeName" : "Test",
......@@ -138,21 +177,20 @@
}, {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -161,56 +199,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -223,14 +245,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -265,150 +279,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSSysCalendarItems" : [ {
......@@ -444,21 +363,20 @@
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -467,56 +385,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -529,14 +431,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -571,150 +465,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "70927F2F-8ED2-4D44-A86B-B063DABD28FF",
"modeltype" : "PSDETOOLBAR"
},
"getPSLayoutPanel" : {
......@@ -816,6 +615,11 @@
"itemType" : "calendaritem",
"maxSize" : -1,
"name" : "手机",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
......@@ -824,6 +628,162 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
......
......@@ -40,6 +40,45 @@
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "newdata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "newdata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"calendarStyle" : "MONTH",
"codeName" : "Test",
......@@ -138,7 +177,7 @@
}, {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -148,11 +187,10 @@
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -161,56 +199,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -223,14 +245,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -265,150 +279,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSSysCalendarItems" : [ {
......@@ -444,21 +363,20 @@
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -467,56 +385,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -529,14 +431,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -571,150 +465,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "70927F2F-8ED2-4D44-A86B-B063DABD28FF",
"modeltype" : "PSDETOOLBAR"
},
"getPSLayoutPanel" : {
......@@ -816,6 +615,11 @@
"itemType" : "calendaritem",
"maxSize" : -1,
"name" : "手机",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
......@@ -824,6 +628,162 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
......
......@@ -37,6 +37,45 @@
"editMode" : true
}
} ],
"getPSAppViewRefs" : [ {
"name" : "newdata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem1",
"realTitle" : "学生编辑视图",
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "opendata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
}, {
"name" : "newdata@calendaritem",
"realTitle" : "手机编辑视图",
"getRealTitlePSLanguageRes" : {
"lanResTag" : "PAGE.TITLE.PHONE.EDITVIEW"
},
"getRefPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
}
} ],
"getPSControls" : [ {
"calendarStyle" : "MONTH",
"codeName" : "Test",
......@@ -135,21 +174,20 @@
}, {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Student.json"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -158,56 +196,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -220,14 +242,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -262,150 +276,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSSysCalendarItems" : [ {
......@@ -441,7 +360,7 @@
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "上下文菜单",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
......@@ -451,11 +370,10 @@
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
......@@ -464,56 +382,40 @@
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction1",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic11",
"scriptCode" : "true",
"triggerType" : "ITEMVISIBLE"
} ],
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "编辑",
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator1"
}, {
"caption" : "二级",
"itemType" : "ITEMS",
"name" : "items1",
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
......@@ -526,14 +428,6 @@
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSControlLogics" : [ {
"itemName" : "deuiaction2",
"logicTag" : "cm",
"logicType" : "SCRIPT",
"name" : "logic222",
"scriptCode" : "false",
"triggerType" : "ITEMENABLE"
} ],
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
......@@ -568,150 +462,55 @@
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "seperator2"
}, {
"caption" : "三级",
"itemType" : "ITEMS",
"name" : "items2",
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction4",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction4"
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "WARNING",
"caption" : "百度",
"counterId" : "openBaidu",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction5"
},
"getPSUIAction" : {
"actionTarget" : "NONE",
"buttonStyle" : "WARNING",
"caption" : "百度",
"codeName" : "openBaidu",
"counterId" : "openBaidu",
"getFrontPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneUsr04106184OptionView.json",
"viewType" : "DEOPTVIEW"
},
"frontProcessType" : "WIZARD",
"fullCodeName" : "openBaidu",
"htmlPageUrl" : "https://www.baidu.com/",
"name" : "百度_警告样式",
"getPSAppCounter" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCOUNTERS/UIActionCounter.json"
},
"uIActionMode" : "FRONT",
"uIActionTag" : "openBaidu",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "百度",
"uIActionTarget" : "NONE",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "三级",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "刷新",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"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",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "RefreshParent",
"uIActionType" : "DEUIACTION"
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"tooltip" : "刷新",
"showCaption" : true,
"showIcon" : true
} ],
"tooltip" : "二级",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"contentType" : "RAW",
"itemType" : "RAWITEM",
"name" : "rawitem1",
"getPSRawItem" : {
"caption" : "直接内容",
"contentType" : "RAW",
"name" : "rawitem1"
},
"rawContent" : "直接内容",
"showCaption" : true
} ],
"modelid" : "EE623BDE-0681-469C-BCA1-EA55F25E3732",
"modelid" : "70927F2F-8ED2-4D44-A86B-B063DABD28FF",
"modeltype" : "PSDETOOLBAR"
},
"getPSLayoutPanel" : {
......@@ -813,6 +612,11 @@
"itemType" : "calendaritem",
"maxSize" : -1,
"name" : "手机",
"getNavPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/phoneEditView.json",
"viewType" : "DEEDITVIEW"
},
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
......@@ -821,6 +625,162 @@
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSDEContextMenu" : {
"codeName" : "CalendarViewcm",
"controlType" : "CONTEXTMENU",
"logicName" : "右键上下文菜单",
"name" : "cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Phone.json"
},
"getPSControlParam" : {
"id" : "cm"
},
"getPSDEToolbarItems" : [ {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction1"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
},
"caption" : "新建",
"codeName" : "New",
"fullCodeName" : "New",
"name" : "表格界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
},
"predefinedType" : "GRIDVIEW_NEWACTION",
"refreshMode" : 1,
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "New",
"uIActionType" : "DEUIACTION",
"reloadData" : true
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction2"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "MULTIKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.REMOVE"
},
"caption" : "删除",
"codeName" : "Remove",
"fullCodeName" : "Remove",
"name" : "表格界面_删除操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "GRIDVIEW_REMOVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Remove",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.REMOVE"
},
"uIActionTarget" : "MULTIKEY",
"showCaption" : true,
"showIcon" : true
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "cm_deuiaction3"
},
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.EDIT"
},
"caption" : "编辑",
"codeName" : "Edit",
"fullCodeName" : "Edit",
"name" : "表格界面_编辑操作_危险样式",
"getPSSysImage" : {
"glyph" : "xf044@FontAwesome",
"cssClass" : "fa fa-edit"
},
"predefinedType" : "GRIDVIEW_EDITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Edit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "编辑",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.EDIT"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "800D60C0-061D-438F-AC0A-AA2963FC857B",
"modeltype" : "PSDETOOLBAR"
},
"getTextPSAppDEField" : {
"name" : "PHONENAME",
"codeName" : "PhoneName"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册