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

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

上级 a954e293
...@@ -22,1105 +22,1105 @@ ...@@ -22,1105 +22,1105 @@
"name" : "engine" "name" : "engine"
} ], } ],
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "EditViewtoolbar", "codeName" : "Main",
"controlType" : "TOOLBAR", "controlType" : "FORM",
"logicName" : "工具栏模板(默认编辑界面)", "getCreatePSControlAction" : {
"name" : "toolbar", "modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, },
"getPSControlParam" : { "defaultLabelWidth" : 130,
"id" : "TOOLBAR" "dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSFORMS/Main.json",
}, "getGetDraftFromPSControlAction" : {
"getPSDEToolbarItems" : [ {
"buttonStyle" : "DEFAULT",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem3" "id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, },
"getPSSysImage" : { "getGetDraftPSControlAction" : {
"glyph" : "xf0c7@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-save" "id" : "loaddraft",
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"getPSUIAction" : { "getPSAppDataEntity" : {
"getCapPSLanguageRes" : { "modelref" : true,
"lanResTag" : "TBB.TEXT.*.SAVE" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, },
"caption" : "保存", "getGetPSControlAction" : {
"codeName" : "Save", "modelref" : true,
"fullCodeName" : "Save", "id" : "load",
"name" : "编辑界面_保存操作", "actionName" : "Get",
"getPSSysImage" : { "actionType" : "DEACTION",
"glyph" : "xf0c7@FontAwesome", "dataAccessAction" : "READ",
"cssClass" : "fa fa-save" "name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"predefinedType" : "EDITVIEW_SAVEACTION", "getPSAppDataEntity" : {
"timeout" : 60000, "modelref" : true,
"getTooltipPSLanguageRes" : { "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
"lanResTag" : "TBB.TOOLTIP.*.SAVE" }
}, },
"uIActionMode" : "SYS", "logicName" : "主编辑表单",
"uIActionTag" : "Save", "getPSAppDataEntity" : {
"uIActionType" : "DEUIACTION" "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, },
"tooltip" : "保存", "getPSControlHandler" : {
"getTooltipPSLanguageRes" : { "getPSHandlerActions" : [ {
"lanResTag" : "TBB.TOOLTIP.*.SAVE" "actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, { }, {
"buttonStyle" : "INVERSE", "actionName" : "GETDRAFTFROM",
"getCapPSLanguageRes" : { "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW" "dataAccessAction" : "CREATE",
}, "name" : "loaddraftfrom",
"caption" : "保存并新建", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem4" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, }
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW"
},
"caption" : "保存并新建",
"codeName" : "SaveAndNew",
"fullCodeName" : "SaveAndNew",
"name" : "编辑界面_保存并新建操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndNew",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
},
"showCaption" : true,
"showIcon" : true
}, { }, {
"buttonStyle" : "PRIMARY", "actionName" : "Get",
"getCapPSLanguageRes" : { "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE" "dataAccessAction" : "READ",
}, "name" : "load",
"caption" : "保存并关闭", "getPSAppDEMethod" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem5" "id" : "Get"
},
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
},
"caption" : "保存并关闭",
"codeName" : "SaveAndExit",
"fullCodeName" : "SaveAndExit",
"name" : "编辑界面_保存并退出操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandclose"
},
"predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并关闭",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
}, },
"showCaption" : true, "getPSAppDataEntity" : {
"showIcon" : true "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, { }, {
"itemType" : "SEPERATOR", "actionName" : "Create",
"name" : "tbitem6", "actionType" : "DEACTION",
"spanMode" : false "dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, { }, {
"buttonStyle" : "INFO", "actionName" : "Update",
"getCapPSLanguageRes" : { "actionType" : "DEACTION",
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE" "dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"caption" : "删除并关闭", "getPSAppDataEntity" : {
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem7",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem7" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSSysImage" : { "getPSAppDataEntity" : {
"glyph" : "xf00d@FontAwesome", "modelref" : true,
"cssClass" : "fa fa-remove" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}, }
"getPSUIAction" : { } ],
"actionTarget" : "SINGLEKEY", "enableDEFieldPrivilege" : false,
"getCapPSLanguageRes" : { "id" : "编辑表单处理器"
"lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE"
},
"caption" : "删除并关闭",
"codeName" : "RemoveAndExit",
"fullCodeName" : "RemoveAndExit",
"name" : "编辑界面_删除并退出操作",
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "EDITVIEW_REMOVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "RemoveAndExit",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "删除并关闭", "getPSControlParam" : {
"getTooltipPSLanguageRes" : { "autoLoad" : true,
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE" "showBusyIndicator" : true,
"id" : "FORM"
}, },
"uIActionTarget" : "SINGLEKEY", "getPSDEFormItems" : [ {
"showCaption" : true, "id" : "srfupdatedate",
"showIcon" : true "hidden" : true,
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, { }, {
"itemType" : "SEPERATOR", "id" : "srforikey",
"name" : "tbitem8", "hidden" : true,
"spanMode" : false "dataType" : 25
}, { }, {
"buttonStyle" : "DANGER", "id" : "srfkey",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"id" : "srfmajortext",
"hidden" : true,
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "songname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"id" : "language",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"id" : "songid",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "updateman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, {
"id" : "updatedate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW" "lanResTag" : "CONTROL.DEFORM.SONG.MAIN.FORMPAGE.FORMPAGE1"
},
"caption" : "新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem12",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem12"
},
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"getPSUIAction" : { "caption" : "基本信息",
"codeName" : "formpage1",
"detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage1",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW" "lanResTag" : "CONTROL.DEFORM.SONG.MAIN.GROUPPANEL.GROUP1"
}, },
"caption" : "新建", "caption" : "歌曲基本信息",
"codeName" : "New", "codeName" : "group1",
"fullCodeName" : "New", "detailStyle" : "DEFAULT",
"name" : "编辑界面_新建操作", "detailType" : "GROUPPANEL",
"getPSSysImage" : { "name" : "group1",
"glyph" : "xf0f6@FontAwesome", "getPSDEFormDetails" : [ {
"cssClass" : "fa fa-file-text-o" "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME"
}, },
"predefinedType" : "EDITVIEW_NEWACTION", "caption" : "歌曲名称",
"timeout" : 60000, "codeName" : "songname",
"getTooltipPSLanguageRes" : { "dataType" : 25,
"lanResTag" : "TBB.TOOLTIP.*.NEW" "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "songname",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}, },
"uIActionMode" : "SYS", "getPSEditor" : {
"uIActionTag" : "New", "editorType" : "TEXTBOX",
"uIActionType" : "DEUIACTION" "maxLength" : 200,
"name" : "songname"
}, },
"tooltip" : "新建", "getPSLayoutPos" : {
"getTooltipPSLanguageRes" : { "colLG" : 12,
"lanResTag" : "TBB.TOOLTIP.*.NEW" "colMD" : 12,
"layout" : "TABLE_24COL"
}, },
"showCaption" : true, "allowEmpty" : true,
"showIcon" : true "showCaption" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem13",
"spanMode" : false
}, { }, {
"getCapPSLanguageRes" : { "caption" : "语言",
"lanResTag" : "TBB.TEXT.*.COPY" "codeName" : "language",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "language",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}, },
"caption" : "拷贝", "getPSEditor" : {
"groupExtractMode" : "ITEM", "editorType" : "SPAN",
"itemType" : "DEUIACTION", "name" : "language",
"name" : "tbitem14", "getPSAppCodeList" : {
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem14" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__SongLanguage.json"
},
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
}, },
"getPSUIAction" : { "enableLinkView" : false
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.COPY"
}, },
"caption" : "拷贝", "getPSLayoutPos" : {
"codeName" : "Copy", "colLG" : 12,
"fullCodeName" : "Copy", "colMD" : 12,
"name" : "编辑界面_拷贝操作", "layout" : "TABLE_24COL"
"getPSSysImage" : {
"glyph" : "xf0c5@FontAwesome",
"cssClass" : "fa fa-copy"
},
"predefinedType" : "EDITVIEW_COPYACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Copy",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "拷贝",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.COPY"
}, },
"uIActionTarget" : "SINGLEKEY", "allowEmpty" : true,
"showCaption" : true, "convertToCodeItemText" : true,
"showIcon" : true "showCaption" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem16",
"spanMode" : false
}, { }, {
"borderStyle" : "NONE", "getCapPSLanguageRes" : {
"caption" : "第一个记录", "lanResTag" : "DEF.LNAME.SONGID"
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
},
"getPSSysImage" : {
"glyph" : "xf049@FontAwesome",
"cssClass" : "fa fa-fast-backward"
}, },
"getPSUIAction" : { "caption" : "歌曲标识",
"actionTarget" : "SINGLEKEY", "codeName" : "songid",
"caption" : "第一个记录", "dataType" : 25,
"codeName" : "FirstRecord", "detailStyle" : "DEFAULT",
"fullCodeName" : "FirstRecord", "detailType" : "FORMITEM",
"name" : "编辑界面_第一个记录", "enableCond" : 3,
"getPSSysImage" : { "ignoreInput" : 0,
"glyph" : "xf049@FontAwesome", "labelPos" : "LEFT",
"cssClass" : "fa fa-fast-backward" "labelWidth" : 130,
"name" : "songid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}, },
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION", "getPSEditor" : {
"timeout" : 60000, "editorType" : "SPAN",
"uIActionMode" : "SYS", "name" : "songid",
"uIActionTag" : "FirstRecord", "enableLinkView" : false
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "第一个记录", "getPSLayoutPos" : {
"uIActionTarget" : "SINGLEKEY", "colLG" : 12,
"showCaption" : false, "colMD" : 12,
"showIcon" : true "layout" : "TABLE_24COL"
}, {
"borderStyle" : "SOLID",
"caption" : "上一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
}, },
"getPSSysImage" : { "allowEmpty" : true,
"glyph" : "xf048@FontAwesome", "showCaption" : true
"cssClass" : "fa fa-step-backward" } ],
"getPSLayout" : {
"childColLG" : 12,
"childColMD" : 12,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSUIAction" : { "getPSLayoutPos" : {
"actionTarget" : "SINGLEKEY", "colMD" : 24,
"caption" : "上一个记录", "layout" : "TABLE_24COL"
"codeName" : "PrevRecord",
"fullCodeName" : "PrevRecord",
"name" : "编辑界面_上一个记录",
"getPSSysImage" : {
"glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
}, },
"predefinedType" : "EDITVIEW_PREVRECORDACTION", "infoGroupMode" : false,
"timeout" : 60000, "showCaption" : true
"uIActionMode" : "SYS", } ],
"uIActionTag" : "PrevRecord", "getPSLayout" : {
"uIActionType" : "DEUIACTION" "childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"tooltip" : "上一个记录", "infoGroupMode" : false
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, { }, {
"borderStyle" : "DOTTED", "getCapPSLanguageRes" : {
"caption" : "下一个记录", "lanResTag" : "CONTROL.DEFORM.SONG.MAIN.FORMPAGE.FORMPAGE2"
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem25"
}, },
"getPSSysImage" : { "caption" : "其它",
"glyph" : "xf051@FontAwesome", "codeName" : "formpage2",
"cssClass" : "fa fa-step-forward" "detailStyle" : "DEFAULT",
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.MAIN.GROUPPANEL.GROUP2"
}, },
"getPSUIAction" : { "caption" : "操作信息",
"actionTarget" : "SINGLEKEY", "codeName" : "group2",
"caption" : "下一个记录", "detailStyle" : "DEFAULT",
"codeName" : "NextRecord", "detailType" : "GROUPPANEL",
"fullCodeName" : "NextRecord", "name" : "group2",
"name" : "编辑界面_下一个记录", "getPSDEFormDetails" : [ {
"getPSSysImage" : { "getCapPSLanguageRes" : {
"glyph" : "xf051@FontAwesome", "lanResTag" : "DEF.LNAME.CREATEMAN"
"cssClass" : "fa fa-step-forward"
}, },
"predefinedType" : "EDITVIEW_NEXTRECORDACTION", "caption" : "建立人",
"timeout" : 60000, "codeName" : "createman",
"uIActionMode" : "SYS", "dataType" : 25,
"uIActionTag" : "NextRecord", "detailStyle" : "DEFAULT",
"uIActionType" : "DEUIACTION" "detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, },
"tooltip" : "下一个记录", "getPSEditor" : {
"uIActionTarget" : "SINGLEKEY", "editorType" : "SPAN",
"showCaption" : false, "name" : "createman",
"showIcon" : true "getPSAppCodeList" : {
}, {
"borderStyle" : "DASHED",
"caption" : "最后一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem26",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "toolbar_tbitem26" "path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
}, },
"getPSUIAction" : { "enableLinkView" : false
"actionTarget" : "SINGLEKEY",
"caption" : "最后一个记录",
"codeName" : "LastRecord",
"fullCodeName" : "LastRecord",
"name" : "编辑界面_最后一个记录",
"getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
}, },
"predefinedType" : "EDITVIEW_LASTRECORDACTION", "getPSLayoutPos" : {
"timeout" : 60000, "colMD" : 24,
"uIActionMode" : "SYS", "layout" : "TABLE_24COL"
"uIActionTag" : "LastRecord",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "最后一个记录", "allowEmpty" : true,
"uIActionTarget" : "SINGLEKEY", "convertToCodeItemText" : true,
"showCaption" : false, "showCaption" : true
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, { }, {
"borderStyle" : "DOUBLE",
"buttonStyle" : "SUCCESS",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP" "lanResTag" : "DEF.LNAME.CREATEDATE"
}, },
"caption" : "帮助", "caption" : "建立时间",
"groupExtractMode" : "ITEM", "codeName" : "createdate",
"itemType" : "DEUIACTION", "dataType" : 5,
"name" : "tbitem22", "detailStyle" : "DEFAULT",
"noPrivDisplayMode" : 2, "detailType" : "FORMITEM",
"getPSAppViewUIAction" : { "enableCond" : 3,
"modelref" : true, "ignoreInput" : 3,
"id" : "toolbar_tbitem22" "labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"getPSSysImage" : { "getPSEditor" : {
"glyph" : "xf128@FontAwesome", "editorType" : "SPAN",
"cssClass" : "fa fa-question" "name" : "createdate",
"enableLinkView" : false
}, },
"getPSUIAction" : { "getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.HELP" "lanResTag" : "DEF.LNAME.UPDATEMAN"
}, },
"caption" : "帮助", "caption" : "更新人",
"codeName" : "Help", "codeName" : "updateman",
"fullCodeName" : "Help", "dataType" : 25,
"name" : "编辑界面_帮助操作", "detailStyle" : "DEFAULT",
"getPSSysImage" : { "detailType" : "FORMITEM",
"glyph" : "xf128@FontAwesome", "enableCond" : 3,
"cssClass" : "fa fa-question" "ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"predefinedType" : "EDITVIEW_HELPACTION", "getPSEditor" : {
"timeout" : 60000, "editorType" : "SPAN",
"getTooltipPSLanguageRes" : { "name" : "updateman",
"lanResTag" : "TBB.TOOLTIP.*.HELP" "getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
}, },
"uIActionMode" : "SYS", "enableLinkView" : false
"uIActionTag" : "Help",
"uIActionType" : "DEUIACTION"
}, },
"tooltip" : "帮助", "getPSLayoutPos" : {
"getTooltipPSLanguageRes" : { "colMD" : 24,
"lanResTag" : "TBB.TOOLTIP.*.HELP" "layout" : "TABLE_24COL"
}, },
"showCaption" : true, "allowEmpty" : true,
"showIcon" : true "convertToCodeItemText" : true,
} ], "showCaption" : true
"xDataControlName" : "form",
"modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Main", "getCapPSLanguageRes" : {
"controlType" : "FORM", "lanResTag" : "DEF.LNAME.UPDATEDATE"
"getCreatePSControlAction" : {
"modelref" : true,
"id" : "create",
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "caption" : "更新时间",
"modelref" : true, "codeName" : "updatedate",
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "dataType" : 5,
} "detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}, },
"defaultLabelWidth" : 130, "getPSEditor" : {
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song/PSFORMS/Main.json", "editorType" : "SPAN",
"getGetDraftFromPSControlAction" : { "name" : "updatedate",
"modelref" : true, "enableLinkView" : false
"id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraftfrom",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, },
"getGetDraftPSControlAction" : { "getPSLayoutPos" : {
"modelref" : true, "colMD" : 24,
"id" : "loaddraft", "layout" : "TABLE_24COL"
"actionName" : "GetDraft",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "loaddraft",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "GetDraft"
}, },
"getPSAppDataEntity" : { "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"modelref" : true, "allowEmpty" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "showCaption" : true
} } ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getGetPSControlAction" : { "getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"infoGroupMode" : false
} ],
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "load", "id" : "remove",
"actionName" : "Get", "actionName" : "Remove",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "READ", "dataAccessAction" : "DELETE",
"name" : "load", "name" : "remove",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "Get" "id" : "Remove"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
}, },
"logicName" : "主编辑表单", "tabHeaderPos" : "TOP",
"getPSAppDataEntity" : { "getUpdatePSControlAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "id" : "update",
}, "actionName" : "Update",
"getPSControlHandler" : {
"getPSHandlerActions" : [ {
"actionName" : "GetDraft",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "CREATE", "dataAccessAction" : "UPDATE",
"name" : "loaddraft", "name" : "update",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "GetDraft" "id" : "Update"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
} }
},
"noTabHeader" : false,
"name" : "form",
"modelid" : "9787231529885d70cb421a55a42dab6a",
"modeltype" : "PSDEFORM_EDITFORM"
}, { }, {
"actionName" : "GETDRAFTFROM", "codeName" : "EditViewtoolbar",
"actionType" : "DEACTION", "controlType" : "TOOLBAR",
"dataAccessAction" : "CREATE", "logicName" : "工具栏模板(默认编辑界面)",
"name" : "loaddraftfrom", "name" : "toolbar",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Get",
"actionType" : "DEACTION",
"dataAccessAction" : "READ",
"name" : "load",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
}, },
"getPSAppDataEntity" : { "getPSControlParam" : {
"modelref" : true, "id" : "TOOLBAR"
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
}, {
"actionName" : "Create",
"actionType" : "DEACTION",
"dataAccessAction" : "CREATE",
"name" : "create",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Create"
}, },
"getPSAppDataEntity" : { "getPSDEToolbarItems" : [ {
"buttonStyle" : "DEFAULT",
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem3",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "id" : "toolbar_tbitem3"
} },
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.SAVE"
},
"caption" : "保存",
"codeName" : "Save",
"fullCodeName" : "Save",
"name" : "编辑界面_保存操作",
"getPSSysImage" : {
"glyph" : "xf0c7@FontAwesome",
"cssClass" : "fa fa-save"
},
"predefinedType" : "EDITVIEW_SAVEACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "Save",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.SAVE"
},
"showCaption" : true,
"showIcon" : true
}, { }, {
"actionName" : "Update", "buttonStyle" : "INVERSE",
"actionType" : "DEACTION", "getCapPSLanguageRes" : {
"dataAccessAction" : "UPDATE", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW"
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
}, },
"getPSAppDataEntity" : { "caption" : "保存并新建",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem4",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "id" : "toolbar_tbitem4"
} },
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDNEW"
},
"caption" : "保存并新建",
"codeName" : "SaveAndNew",
"fullCodeName" : "SaveAndNew",
"name" : "编辑界面_保存并新建操作",
"getPSSysImage" : {
"cssClass" : "sx-tb-saveandnew"
},
"predefinedType" : "EDITVIEW_SAVEANDNEWACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
},
"uIActionMode" : "SYS",
"uIActionTag" : "SaveAndNew",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "保存并新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
},
"showCaption" : true,
"showIcon" : true
}, { }, {
"actionName" : "Remove", "buttonStyle" : "PRIMARY",
"actionType" : "DEACTION", "getCapPSLanguageRes" : {
"dataAccessAction" : "DELETE", "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
}, },
"getPSAppDataEntity" : { "caption" : "保存并关闭",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem5",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json" "id" : "toolbar_tbitem5"
}
} ],
"enableDEFieldPrivilege" : false,
"id" : "编辑表单处理器"
}, },
"getPSControlParam" : { "getPSSysImage" : {
"autoLoad" : true, "cssClass" : "sx-tb-saveandclose"
"showBusyIndicator" : true,
"id" : "FORM"
}, },
"getPSDEFormItems" : [ { "getPSUIAction" : {
"id" : "srfupdatedate", "getCapPSLanguageRes" : {
"hidden" : true, "lanResTag" : "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
"dataType" : 5, },
"getPSAppDEField" : { "caption" : "保存并关闭",
"name" : "UPDATEDATE", "codeName" : "SaveAndExit",
"codeName" : "UpdateDate" "fullCodeName" : "SaveAndExit",
} "name" : "编辑界面_保存并退出操作",
}, { "getPSSysImage" : {
"id" : "srforikey", "cssClass" : "sx-tb-saveandclose"
"hidden" : true, },
"dataType" : 25 "predefinedType" : "EDITVIEW_SAVEANDEXITACTION",
}, { "timeout" : 60000,
"id" : "srfkey", "getTooltipPSLanguageRes" : {
"hidden" : true, "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
"dataType" : 25, },
"getPSAppDEField" : { "uIActionMode" : "SYS",
"name" : "SONGID", "uIActionTag" : "SaveAndExit",
"codeName" : "SongId" "uIActionType" : "DEUIACTION"
} },
}, { "tooltip" : "保存并关闭",
"id" : "srfmajortext", "getTooltipPSLanguageRes" : {
"hidden" : true, "lanResTag" : "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
"dataType" : 25, },
"getPSAppDEField" : { "showCaption" : true,
"name" : "SONGNAME", "showIcon" : true
"codeName" : "SongName"
}
}, {
"id" : "srftempmode",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfuf",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfdeid",
"hidden" : true,
"dataType" : 25
}, {
"id" : "srfsourcekey",
"hidden" : true,
"dataType" : 25
}, {
"id" : "songname",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGNAME",
"codeName" : "SongName"
}
}, {
"id" : "language",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}
}, {
"id" : "songid",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}
}, {
"id" : "createman",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}
}, {
"id" : "createdate",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, { }, {
"id" : "updateman", "itemType" : "SEPERATOR",
"dataType" : 25, "name" : "tbitem6",
"getPSAppDEField" : { "spanMode" : false
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}
}, { }, {
"id" : "updatedate", "buttonStyle" : "INFO",
"dataType" : 5,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
} ],
"getPSDEFormPages" : [ {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.MAIN.FORMPAGE.FORMPAGE1" "lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE"
}, },
"caption" : "基本信息", "caption" : "删除并关闭",
"codeName" : "formpage1", "groupExtractMode" : "ITEM",
"detailStyle" : "DEFAULT", "itemType" : "DEUIACTION",
"detailType" : "FORMPAGE", "name" : "tbitem7",
"name" : "formpage1", "noPrivDisplayMode" : 2,
"getPSDEFormDetails" : [ { "getPSAppViewUIAction" : {
"actionGroupExtractMode" : "ITEM", "modelref" : true,
"id" : "toolbar_tbitem7"
},
"getPSSysImage" : {
"glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.MAIN.GROUPPANEL.GROUP1" "lanResTag" : "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE"
}, },
"caption" : "歌曲基本信息", "caption" : "删除并关闭",
"codeName" : "group1", "codeName" : "RemoveAndExit",
"detailStyle" : "DEFAULT", "fullCodeName" : "RemoveAndExit",
"detailType" : "GROUPPANEL", "name" : "编辑界面_删除并退出操作",
"name" : "group1", "getPSSysImage" : {
"getPSDEFormDetails" : [ { "glyph" : "xf00d@FontAwesome",
"cssClass" : "fa fa-remove"
},
"predefinedType" : "EDITVIEW_REMOVEANDEXITACTION",
"timeout" : 60000,
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE"
},
"uIActionMode" : "SYS",
"uIActionTag" : "RemoveAndExit",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "删除并关闭",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE"
},
"uIActionTarget" : "SINGLEKEY",
"showCaption" : true,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem8",
"spanMode" : false
}, {
"buttonStyle" : "DANGER",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGNAME" "lanResTag" : "TBB.TEXT.*.NEW"
}, },
"caption" : "歌曲名称", "caption" : "新建",
"codeName" : "songname", "groupExtractMode" : "ITEM",
"dataType" : 25, "itemType" : "DEUIACTION",
"detailStyle" : "DEFAULT", "name" : "tbitem12",
"detailType" : "FORMITEM", "noPrivDisplayMode" : 2,
"enableCond" : 3, "getPSAppViewUIAction" : {
"ignoreInput" : 0, "modelref" : true,
"labelPos" : "LEFT", "id" : "toolbar_tbitem12"
"labelWidth" : 130, },
"name" : "songname", "getPSSysImage" : {
"noPrivDisplayMode" : 1, "glyph" : "xf0f6@FontAwesome",
"getPSAppDEField" : { "cssClass" : "fa fa-file-text-o"
"name" : "SONGNAME", },
"codeName" : "SongName" "getPSUIAction" : {
"getCapPSLanguageRes" : {
"lanResTag" : "TBB.TEXT.*.NEW"
}, },
"getPSEditor" : { "caption" : "新建",
"editorType" : "TEXTBOX", "codeName" : "New",
"maxLength" : 200, "fullCodeName" : "New",
"name" : "songname" "name" : "编辑界面_新建操作",
"getPSSysImage" : {
"glyph" : "xf0f6@FontAwesome",
"cssClass" : "fa fa-file-text-o"
}, },
"getPSLayoutPos" : { "predefinedType" : "EDITVIEW_NEWACTION",
"colLG" : 12, "timeout" : 60000,
"colMD" : 12, "getTooltipPSLanguageRes" : {
"layout" : "TABLE_24COL" "lanResTag" : "TBB.TOOLTIP.*.NEW"
}, },
"allowEmpty" : true, "uIActionMode" : "SYS",
"showCaption" : true "uIActionTag" : "New",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "新建",
"getTooltipPSLanguageRes" : {
"lanResTag" : "TBB.TOOLTIP.*.NEW"
},
"showCaption" : true,
"showIcon" : true
}, { }, {
"caption" : "语言", "itemType" : "SEPERATOR",
"codeName" : "language", "name" : "tbitem13",
"dataType" : 25, "spanMode" : false
"detailStyle" : "DEFAULT", }, {
"detailType" : "FORMITEM", "getCapPSLanguageRes" : {
"enableCond" : 3, "lanResTag" : "TBB.TEXT.*.COPY"
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "language",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "LANGUAGE",
"codeName" : "Language"
}, },
"getPSEditor" : { "caption" : "拷贝",
"editorType" : "SPAN", "groupExtractMode" : "ITEM",
"name" : "language", "itemType" : "DEUIACTION",
"getPSAppCodeList" : { "name" : "tbitem14",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/Test__SongLanguage.json" "id" : "toolbar_tbitem14"
},
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSSysImage" : {
"colLG" : 12, "glyph" : "xf0c5@FontAwesome",
"colMD" : 12, "cssClass" : "fa fa-copy"
"layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "getPSUIAction" : {
"convertToCodeItemText" : true, "actionTarget" : "SINGLEKEY",
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.SONGID" "lanResTag" : "TBB.TEXT.*.COPY"
}, },
"caption" : "歌曲标识", "caption" : "拷贝",
"codeName" : "songid", "codeName" : "Copy",
"dataType" : 25, "fullCodeName" : "Copy",
"detailStyle" : "DEFAULT", "name" : "编辑界面_拷贝操作",
"detailType" : "FORMITEM", "getPSSysImage" : {
"enableCond" : 3, "glyph" : "xf0c5@FontAwesome",
"ignoreInput" : 0, "cssClass" : "fa fa-copy"
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "songid",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "SONGID",
"codeName" : "SongId"
}, },
"getPSEditor" : { "predefinedType" : "EDITVIEW_COPYACTION",
"editorType" : "SPAN", "timeout" : 60000,
"name" : "songid", "getTooltipPSLanguageRes" : {
"enableLinkView" : false "lanResTag" : "TBB.TOOLTIP.*.COPY"
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colLG" : 12, "uIActionTag" : "Copy",
"colMD" : 12, "uIActionType" : "DEUIACTION"
"layout" : "TABLE_24COL"
}, },
"allowEmpty" : true, "tooltip" : "拷贝",
"showCaption" : true "getTooltipPSLanguageRes" : {
} ], "lanResTag" : "TBB.TOOLTIP.*.COPY"
"getPSLayout" : {
"childColLG" : 12,
"childColMD" : 12,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "uIActionTarget" : "SINGLEKEY",
"colMD" : 24, "showCaption" : true,
"layout" : "TABLE_24COL" "showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem16",
"spanMode" : false
}, {
"borderStyle" : "NONE",
"caption" : "第一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem23",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem23"
}, },
"infoGroupMode" : false, "getPSSysImage" : {
"showCaption" : true "glyph" : "xf049@FontAwesome",
} ], "cssClass" : "fa fa-fast-backward"
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "getPSUIAction" : {
"actionTarget" : "SINGLEKEY",
"caption" : "第一个记录",
"codeName" : "FirstRecord",
"fullCodeName" : "FirstRecord",
"name" : "编辑界面_第一个记录",
"getPSSysImage" : {
"glyph" : "xf049@FontAwesome",
"cssClass" : "fa fa-fast-backward"
},
"predefinedType" : "EDITVIEW_FIRSTRECORDACTION",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "FirstRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "第一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "borderStyle" : "SOLID",
"lanResTag" : "CONTROL.DEFORM.SONG.MAIN.FORMPAGE.FORMPAGE2" "caption" : "上一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem24",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem24"
}, },
"caption" : "其它", "getPSSysImage" : {
"codeName" : "formpage2", "glyph" : "xf048@FontAwesome",
"detailStyle" : "DEFAULT", "cssClass" : "fa fa-step-backward"
"detailType" : "FORMPAGE",
"name" : "formpage2",
"getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM",
"getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFORM.SONG.MAIN.GROUPPANEL.GROUP2"
}, },
"caption" : "操作信息", "getPSUIAction" : {
"codeName" : "group2", "actionTarget" : "SINGLEKEY",
"detailStyle" : "DEFAULT", "caption" : "上一个记录",
"detailType" : "GROUPPANEL", "codeName" : "PrevRecord",
"name" : "group2", "fullCodeName" : "PrevRecord",
"getPSDEFormDetails" : [ { "name" : "编辑界面_上一个记录",
"getCapPSLanguageRes" : { "getPSSysImage" : {
"lanResTag" : "DEF.LNAME.CREATEMAN" "glyph" : "xf048@FontAwesome",
"cssClass" : "fa fa-step-backward"
}, },
"caption" : "建立人", "predefinedType" : "EDITVIEW_PREVRECORDACTION",
"codeName" : "createman", "timeout" : 60000,
"dataType" : 25, "uIActionMode" : "SYS",
"detailStyle" : "DEFAULT", "uIActionTag" : "PrevRecord",
"detailType" : "FORMITEM", "uIActionType" : "DEUIACTION"
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEMAN",
"codeName" : "CreateMan"
}, },
"getPSEditor" : { "tooltip" : "上一个记录",
"editorType" : "SPAN", "uIActionTarget" : "SINGLEKEY",
"name" : "createman", "showCaption" : false,
"getPSAppCodeList" : { "showIcon" : true
}, {
"borderStyle" : "DOTTED",
"caption" : "下一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem25",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "toolbar_tbitem25"
}, },
"enableLinkView" : false "getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
}, },
"getPSLayoutPos" : { "getPSUIAction" : {
"colMD" : 24, "actionTarget" : "SINGLEKEY",
"layout" : "TABLE_24COL" "caption" : "下一个记录",
"codeName" : "NextRecord",
"fullCodeName" : "NextRecord",
"name" : "编辑界面_下一个记录",
"getPSSysImage" : {
"glyph" : "xf051@FontAwesome",
"cssClass" : "fa fa-step-forward"
}, },
"allowEmpty" : true, "predefinedType" : "EDITVIEW_NEXTRECORDACTION",
"convertToCodeItemText" : true, "timeout" : 60000,
"showCaption" : true "uIActionMode" : "SYS",
"uIActionTag" : "NextRecord",
"uIActionType" : "DEUIACTION"
},
"tooltip" : "下一个记录",
"uIActionTarget" : "SINGLEKEY",
"showCaption" : false,
"showIcon" : true
}, { }, {
"getCapPSLanguageRes" : { "borderStyle" : "DASHED",
"lanResTag" : "DEF.LNAME.CREATEDATE" "caption" : "最后一个记录",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "tbitem26",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "toolbar_tbitem26"
}, },
"caption" : "建立时间", "getPSSysImage" : {
"codeName" : "createdate", "glyph" : "xf050@FontAwesome",
"dataType" : 5, "cssClass" : "fa fa-fast-forward"
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "createdate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}, },
"getPSEditor" : { "getPSUIAction" : {
"editorType" : "SPAN", "actionTarget" : "SINGLEKEY",
"name" : "createdate", "caption" : "最后一个记录",
"enableLinkView" : false "codeName" : "LastRecord",
"fullCodeName" : "LastRecord",
"name" : "编辑界面_最后一个记录",
"getPSSysImage" : {
"glyph" : "xf050@FontAwesome",
"cssClass" : "fa fa-fast-forward"
}, },
"getPSLayoutPos" : { "predefinedType" : "EDITVIEW_LASTRECORDACTION",
"colMD" : 24, "timeout" : 60000,
"layout" : "TABLE_24COL" "uIActionMode" : "SYS",
"uIActionTag" : "LastRecord",
"uIActionType" : "DEUIACTION"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "tooltip" : "最后一个记录",
"allowEmpty" : true, "uIActionTarget" : "SINGLEKEY",
"showCaption" : true "showCaption" : false,
"showIcon" : true
}, {
"itemType" : "SEPERATOR",
"name" : "tbitem21",
"spanMode" : false
}, { }, {
"borderStyle" : "DOUBLE",
"buttonStyle" : "SUCCESS",
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEMAN" "lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "更新人",
"codeName" : "updateman",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updateman",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEMAN",
"codeName" : "UpdateMan"
}, },
"getPSEditor" : { "caption" : "帮助",
"editorType" : "SPAN", "groupExtractMode" : "ITEM",
"name" : "updateman", "itemType" : "DEUIACTION",
"getPSAppCodeList" : { "name" : "tbitem22",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json" "id" : "toolbar_tbitem22"
},
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "getPSSysImage" : {
"colMD" : 24, "glyph" : "xf128@FontAwesome",
"layout" : "TABLE_24COL" "cssClass" : "fa fa-question"
}, },
"allowEmpty" : true, "getPSUIAction" : {
"convertToCodeItemText" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.UPDATEDATE" "lanResTag" : "TBB.TEXT.*.HELP"
},
"caption" : "更新时间",
"codeName" : "updatedate",
"dataType" : 5,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 3,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "updatedate",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
},
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "updatedate",
"enableLinkView" : false
}, },
"getPSLayoutPos" : { "caption" : "帮助",
"colMD" : 24, "codeName" : "Help",
"layout" : "TABLE_24COL" "fullCodeName" : "Help",
"name" : "编辑界面_帮助操作",
"getPSSysImage" : {
"glyph" : "xf128@FontAwesome",
"cssClass" : "fa fa-question"
}, },
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "predefinedType" : "EDITVIEW_HELPACTION",
"allowEmpty" : true, "timeout" : 60000,
"showCaption" : true "getTooltipPSLanguageRes" : {
} ], "lanResTag" : "TBB.TOOLTIP.*.HELP"
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"getPSLayoutPos" : { "uIActionMode" : "SYS",
"colMD" : 24, "uIActionTag" : "Help",
"layout" : "TABLE_24COL" "uIActionType" : "DEUIACTION"
}, },
"infoGroupMode" : true, "tooltip" : "帮助",
"showCaption" : true "getTooltipPSLanguageRes" : {
} ], "lanResTag" : "TBB.TOOLTIP.*.HELP"
"getPSLayout" : {
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
}, },
"infoGroupMode" : false "showCaption" : true,
"showIcon" : true
} ], } ],
"getPSLayout" : { "xDataControlName" : "form",
"childColLG" : -1, "modelid" : "a4eb00b17f8652bdf677cb4ed5231e63",
"childColMD" : 24, "modeltype" : "PSDETOOLBAR"
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getRemovePSControlAction" : {
"modelref" : true,
"id" : "remove",
"actionName" : "Remove",
"actionType" : "DEACTION",
"dataAccessAction" : "DELETE",
"name" : "remove",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Remove"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"tabHeaderPos" : "TOP",
"getUpdatePSControlAction" : {
"modelref" : true,
"id" : "update",
"actionName" : "Update",
"actionType" : "DEACTION",
"dataAccessAction" : "UPDATE",
"name" : "update",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Update"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/Song.json"
}
},
"noTabHeader" : false,
"name" : "form",
"modelid" : "9787231529885d70cb421a55a42dab6a",
"modeltype" : "PSDEFORM_EDITFORM"
}, { }, {
"codeName" : "EditViewdatainfobar", "codeName" : "EditViewdatainfobar",
"controlType" : "DATAINFOBAR", "controlType" : "DATAINFOBAR",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册