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

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

上级 8f3e971c
......@@ -339,9 +339,14 @@
"codeName" : "Test2"
},
"getPSEditor" : {
"editorStyle" : "Amount",
"editorType" : "NUMBER",
"name" : "test2"
"editorStyle" : "textStyle1",
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "test2",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
},
"allowEmpty" : true
}, {
......
......@@ -729,9 +729,14 @@
"codeName" : "Test2"
},
"getPSEditor" : {
"editorStyle" : "Amount",
"editorType" : "NUMBER",
"name" : "test2"
"editorStyle" : "textStyle1",
"editorType" : "TEXTBOX",
"maxLength" : 100,
"name" : "test2",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
}
},
"allowEmpty" : true
}, {
......
......@@ -1758,12 +1758,6 @@
"editorType" : "NUMBER",
"name" : "金额数值框",
"styleCode" : "Amount"
}, {
"codeName" : "Amount",
"containerType" : "GRIDCOLUMN",
"editorType" : "NUMBER",
"name" : "金额数值框",
"styleCode" : "Amount"
}, {
"codeName" : "editorTest",
"containerType" : "FORMITEM",
......@@ -1775,6 +1769,17 @@
},
"pluginCode" : "editorTest",
"styleCode" : "editorTest"
}, {
"codeName" : "textStyle1",
"containerType" : "GRIDCOLUMN",
"editorType" : "TEXTBOX",
"name" : "textStyle",
"getPSSysPFPlugin" : {
"pluginType" : "EDITOR_CUSTOMSTYLE",
"pluginCode" : "editorPlugin"
},
"pluginCode" : "editorPlugin",
"styleCode" : "textStyle1"
}, {
"codeName" : "textStyle1",
"containerType" : "FORMITEM",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册