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

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

上级 a1e6ef0f
...@@ -71,6 +71,8 @@ ...@@ -71,6 +71,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -180,10 +182,9 @@ ...@@ -180,10 +182,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -196,6 +197,22 @@ ...@@ -196,6 +197,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
...@@ -354,15 +371,15 @@ ...@@ -354,15 +371,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -90,6 +90,8 @@ ...@@ -90,6 +90,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -199,10 +201,9 @@ ...@@ -199,10 +201,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -215,6 +216,22 @@ ...@@ -215,6 +216,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
...@@ -451,15 +468,15 @@ ...@@ -451,15 +468,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -7569,6 +7569,8 @@ ...@@ -7569,6 +7569,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -7678,10 +7680,9 @@ ...@@ -7678,10 +7680,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -7694,6 +7695,22 @@ ...@@ -7694,6 +7695,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
...@@ -7930,15 +7947,15 @@ ...@@ -7930,15 +7947,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -142,10 +144,9 @@ ...@@ -142,10 +144,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -158,6 +159,22 @@ ...@@ -158,6 +159,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
...@@ -379,15 +396,15 @@ ...@@ -379,15 +396,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -167,10 +169,9 @@ ...@@ -167,10 +169,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -183,6 +184,22 @@ ...@@ -183,6 +184,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
...@@ -482,15 +499,15 @@ ...@@ -482,15 +499,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -72,6 +72,8 @@ ...@@ -72,6 +72,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -185,10 +187,9 @@ ...@@ -185,10 +187,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -201,6 +202,22 @@ ...@@ -201,6 +202,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"name" : "list_itempanel", "name" : "list_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
...@@ -364,15 +381,15 @@ ...@@ -364,15 +381,15 @@
"id" : "DataExport" "id" : "DataExport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -171,10 +173,9 @@ ...@@ -171,10 +173,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -187,6 +188,22 @@ ...@@ -187,6 +188,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"name" : "list_itempanel", "name" : "list_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -119,10 +121,9 @@ ...@@ -119,10 +121,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -135,6 +136,22 @@ ...@@ -135,6 +136,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
"modeltype" : "PSSYSVIEWPANEL" "modeltype" : "PSSYSVIEWPANEL"
......
...@@ -866,6 +866,8 @@ ...@@ -866,6 +866,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -979,10 +981,9 @@ ...@@ -979,10 +981,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -995,6 +996,22 @@ ...@@ -995,6 +996,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"name" : "list_itempanel", "name" : "list_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
...@@ -1238,15 +1255,15 @@ ...@@ -1238,15 +1255,15 @@
"id" : "DataExport" "id" : "DataExport"
}, },
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -204,10 +206,9 @@ ...@@ -204,10 +206,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -220,6 +221,22 @@ ...@@ -220,6 +221,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"name" : "simplelist_itempanel", "name" : "simplelist_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
...@@ -457,15 +474,15 @@ ...@@ -457,15 +474,15 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
} ], } ],
"getPSDEListDataItems" : [ { "getPSDEListDataItems" : [ {
"dataType" : 25,
"name" : "testname"
}, {
"dataType" : 25, "dataType" : 25,
"name" : "testid", "name" : "testid",
"getPSAppDEField" : { "getPSAppDEField" : {
"name" : "AMOUNT", "name" : "AMOUNT",
"codeName" : "Amount" "codeName" : "Amount"
} }
}, {
"dataType" : 25,
"name" : "testname"
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
......
...@@ -636,6 +636,8 @@ ...@@ -636,6 +636,8 @@
"viewFieldName" : "TESTNAME" "viewFieldName" : "TESTNAME"
}, { }, {
"id" : "field_textbox" "id" : "field_textbox"
}, {
"id" : "field_textbox1"
} ], } ],
"codeName" : "Usr0522433048", "codeName" : "Usr0522433048",
"controlType" : "PANEL", "controlType" : "PANEL",
...@@ -749,10 +751,9 @@ ...@@ -749,10 +751,9 @@
"itemType" : "FIELD", "itemType" : "FIELD",
"name" : "field_textbox", "name" : "field_textbox",
"getPSEditor" : { "getPSEditor" : {
"contentType" : "MARKDOWN",
"editorParams" : { "editorParams" : {
"TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}", "TEMPLATE" : "{{#if this}}{{#each this as | infos |}}{{ infos.newvalue }}{{ infos.newtext }}{{/each}}{{/if}}",
"contenttype" : "MARKDOWN" "contenttype" : "RAW"
}, },
"editorType" : "RAW", "editorType" : "RAW",
"name" : "field_textbox", "name" : "field_textbox",
...@@ -765,6 +766,22 @@ ...@@ -765,6 +766,22 @@
}, },
"hidden" : false, "hidden" : false,
"showCaption" : false "showCaption" : false
}, {
"caption" : "文本框",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_textbox1",
"getPSEditor" : {
"editorType" : "RAW",
"name" : "field_textbox1",
"predefinedType" : "FIELD_TEXTBOX"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"hidden" : false,
"showCaption" : false
} ], } ],
"name" : "list_itempanel", "name" : "list_itempanel",
"modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF", "modelid" : "01B1D530-723C-4CB4-A877-5F5E3CFC11AF",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册