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

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

上级 f2b5386e
...@@ -188,7 +188,12 @@ ...@@ -188,7 +188,12 @@
"editorStyle" : "JSONSCHEMA", "editorStyle" : "JSONSCHEMA",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "field2" "name" : "field2",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "JSONSCHEMA",
"runtimeObject" : true
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -862,7 +862,12 @@ ...@@ -862,7 +862,12 @@
"editorStyle" : "JSONSCHEMA", "editorStyle" : "JSONSCHEMA",
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"maxLength" : 100, "maxLength" : 100,
"name" : "field2" "name" : "field2",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "JSONSCHEMA",
"runtimeObject" : true
}
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"colMD" : 24, "colMD" : 24,
......
...@@ -57,6 +57,19 @@ ...@@ -57,6 +57,19 @@
"rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-dev.279", "rTObjectRepo" : "@ibiz-template-plm/html-comment@0.0.3-dev.279",
"refMode" : "EDITORSTYPE", "refMode" : "EDITORSTYPE",
"runtimeObject" : true "runtimeObject" : true
}, {
"name" : "JSONSCHEMA",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "JSONSCHEMA",
"runtimeObject" : true
},
"pluginCode" : "JSONSCHEMA",
"pluginType" : "EDITOR_CUSTOMSTYLE",
"rTObjectName" : "IBizJsonSchema",
"rTObjectRepo" : "@ibiz-template-plugin/json-schema@0.0.3-dev.62",
"refMode" : "EDITORSTYPE",
"runtimeObject" : true
}, { }, {
"name" : "LuckySheet编辑", "name" : "LuckySheet编辑",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -1661,6 +1661,11 @@ ...@@ -1661,6 +1661,11 @@
"editorType" : "TEXTBOX", "editorType" : "TEXTBOX",
"editorWidth" : -1.0, "editorWidth" : -1.0,
"name" : "JSONSCHEMA", "name" : "JSONSCHEMA",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "JSONSCHEMA",
"runtimeObject" : true
},
"styleCode" : "JSONSCHEMA", "styleCode" : "JSONSCHEMA",
"replaceDefault" : false "replaceDefault" : false
}, { }, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册