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

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

上级 168499a1
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"getPSDEViewId" : "77C495EE-336B-4C3A-B775-F0DB7A51F268", "getPSDEViewId" : "77C495EE-336B-4C3A-B775-F0DB7A51F268",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic" "id" : "field_textbox"
}, { }, {
"id" : "field_dropdownlist" "id" : "field_dropdownlist"
} ], } ],
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container3", "name" : "container_comment",
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "row", "dir" : "row",
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
"caption" : "文本(动态)", "caption" : "文本(动态)",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_text_dynamic", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})", "USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})",
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
}, },
"editorStyle" : "COMMENT_PROJECT", "editorStyle" : "COMMENT_PROJECT",
"editorType" : "HTMLEDITOR", "editorType" : "HTMLEDITOR",
"name" : "field_text_dynamic", "name" : "field_textbox",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "COMMENT", "pluginCode" : "COMMENT",
...@@ -278,10 +278,10 @@ ...@@ -278,10 +278,10 @@
"caption" : "取消", "caption" : "取消",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_cancelaction", "name" : "comment_cancel",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_button_cancelaction" "id" : "layoutpanel_comment_cancel"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -306,10 +306,10 @@ ...@@ -306,10 +306,10 @@
"caption" : "确定", "caption" : "确定",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_okaction", "name" : "comment_send",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_button_okaction" "id" : "layoutpanel_comment_send"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
"contentType" : "IMAGE", "contentType" : "IMAGE",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_image", "name" : "comment_icon",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX", "layout" : "FLEX",
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
}, },
"getPSRawItem" : { "getPSRawItem" : {
"contentType" : "IMAGE", "contentType" : "IMAGE",
"name" : "static_image", "name" : "comment_icon",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf18e@FontAwesome", "glyph" : "xf18e@FontAwesome",
"cssClass" : "fa fa-arrow-circle-o-right" "cssClass" : "fa fa-arrow-circle-o-right"
......
...@@ -68426,7 +68426,7 @@ ...@@ -68426,7 +68426,7 @@
"getPSDEViewId" : "77C495EE-336B-4C3A-B775-F0DB7A51F268", "getPSDEViewId" : "77C495EE-336B-4C3A-B775-F0DB7A51F268",
"getPSViewLayoutPanel" : { "getPSViewLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic" "id" : "field_textbox"
}, { }, {
"id" : "field_dropdownlist" "id" : "field_dropdownlist"
} ], } ],
...@@ -68636,7 +68636,7 @@ ...@@ -68636,7 +68636,7 @@
"caption" : "容器", "caption" : "容器",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container3", "name" : "container_comment",
"getPSLayout" : { "getPSLayout" : {
"align" : "center", "align" : "center",
"dir" : "row", "dir" : "row",
...@@ -68651,7 +68651,7 @@ ...@@ -68651,7 +68651,7 @@
"caption" : "文本(动态)", "caption" : "文本(动态)",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_text_dynamic", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"editorParams" : { "editorParams" : {
"USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})", "USERINSCRIPT" : "value.replaceAll(/\\@\\{\\\"(user)?id\\\":\\\"(.+?)\\\",\\\"name\\\":\\\"(.+?)\\\"\\}/g,(x, user, id, name) => {return controller.getNodeInfo({ id, name })}).replaceAll(/\\@\\{userid=(.+?),name=(.+?)\\}/g,(x, id, name) => {return controller.getNodeInfo({ id, name })})",
...@@ -68668,7 +68668,7 @@ ...@@ -68668,7 +68668,7 @@
}, },
"editorStyle" : "COMMENT_PROJECT", "editorStyle" : "COMMENT_PROJECT",
"editorType" : "HTMLEDITOR", "editorType" : "HTMLEDITOR",
"name" : "field_text_dynamic", "name" : "field_textbox",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "COMMENT", "pluginCode" : "COMMENT",
...@@ -68688,10 +68688,10 @@ ...@@ -68688,10 +68688,10 @@
"caption" : "取消", "caption" : "取消",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_cancelaction", "name" : "comment_cancel",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_button_cancelaction" "id" : "layoutpanel_comment_cancel"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -68716,10 +68716,10 @@ ...@@ -68716,10 +68716,10 @@
"caption" : "确定", "caption" : "确定",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_okaction", "name" : "comment_send",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "layoutpanel_button_okaction" "id" : "layoutpanel_comment_send"
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
...@@ -68743,7 +68743,7 @@ ...@@ -68743,7 +68743,7 @@
"contentType" : "IMAGE", "contentType" : "IMAGE",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "static_image", "name" : "comment_icon",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"layout" : "FLEX", "layout" : "FLEX",
...@@ -68751,7 +68751,7 @@ ...@@ -68751,7 +68751,7 @@
}, },
"getPSRawItem" : { "getPSRawItem" : {
"contentType" : "IMAGE", "contentType" : "IMAGE",
"name" : "static_image", "name" : "comment_icon",
"getPSSysImage" : { "getPSSysImage" : {
"glyph" : "xf18e@FontAwesome", "glyph" : "xf18e@FontAwesome",
"cssClass" : "fa fa-arrow-circle-o-right" "cssClass" : "fa fa-arrow-circle-o-right"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册