From 25366945cd355169b2f8131acc5e8b08c894847d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=A5=A5=E7=86=A0?= Date: Fri, 25 Feb 2022 10:21:07 +0000 Subject: [PATCH] Merge branch 'cherry-pick-a16dd9de' into 'develop' Merge branch 'hotfix/formula_donot_inTable' into 'master' See merge request o2oa/o2oa!282 (cherry picked from commit 73311f9bc4142c6e4f74a54d8d00e5df83a8d269) 34203cd7 Merge branch 'hotfix/formula_donot_inTable' into 'master' --- .../Module/Eldate/eldate.html | 10 +- .../Module/Eldatetime/eldatetime.html | 10 +- .../Module/Eltime/eltime.html | 19 +- .../Module/Eltree/eltree.html | 243 +++++++++--------- .../widget/ElCarouselContent.js | 9 +- 5 files changed, 132 insertions(+), 159 deletions(-) diff --git a/o2web/source/x_component_process_FormDesigner/Module/Eldate/eldate.html b/o2web/source/x_component_process_FormDesigner/Module/Eldate/eldate.html index 74e65e93b4..da2d40ecf7 100644 --- a/o2web/source/x_component_process_FormDesigner/Module/Eldate/eldate.html +++ b/o2web/source/x_component_process_FormDesigner/Module/Eldate/eldate.html @@ -120,13 +120,11 @@ - - -
{{$.lp.disabledDateNote}}
-
- - +
+
{{$.lp.disabledDateNote}}
+
+
diff --git a/o2web/source/x_component_process_FormDesigner/Module/Eldatetime/eldatetime.html b/o2web/source/x_component_process_FormDesigner/Module/Eldatetime/eldatetime.html index 73c9453adc..e2e11e3d50 100644 --- a/o2web/source/x_component_process_FormDesigner/Module/Eldatetime/eldatetime.html +++ b/o2web/source/x_component_process_FormDesigner/Module/Eldatetime/eldatetime.html @@ -91,13 +91,11 @@ {{$.lp.no}} - - -
{{$.lp.disabledDateNote}}
-
- - +
+
{{$.lp.disabledDateNote}}
+
+
diff --git a/o2web/source/x_component_process_FormDesigner/Module/Eltime/eltime.html b/o2web/source/x_component_process_FormDesigner/Module/Eltime/eltime.html index a11da8a155..46dac6d815 100644 --- a/o2web/source/x_component_process_FormDesigner/Module/Eltime/eltime.html +++ b/o2web/source/x_component_process_FormDesigner/Module/Eltime/eltime.html @@ -115,21 +115,10 @@ - - - - - - - - - - - -
-
{{$.lp.selectableRangeNote}}
-
-
+
+
{{$.lp.selectableRangeNote}}
+
+
diff --git a/o2web/source/x_component_process_FormDesigner/Module/Eltree/eltree.html b/o2web/source/x_component_process_FormDesigner/Module/Eltree/eltree.html index 149b27ea20..565c5a89f6 100644 --- a/o2web/source/x_component_process_FormDesigner/Module/Eltree/eltree.html +++ b/o2web/source/x_component_process_FormDesigner/Module/Eltree/eltree.html @@ -1,14 +1,14 @@
- - - - - - - - + + + + + + + +
{{$.lp.id}}:
{{$.lp.name}}:
{{$.lp.id}}:
{{$.lp.name}}:
@@ -38,12 +38,10 @@ - - -
-
-
+
+
+
{{$.lp.expand}}
@@ -51,10 +49,10 @@ @@ -80,14 +78,10 @@
{{$.lp.defaultExpandAll}}: {{$.lp.yes}} {{$.lp.no}}
- - - - -
-
{{$.lp.defaultExpandedkeysNote}}
-
-
+
+
{{$.lp.defaultExpandedkeysNote}}
+
+
{{$.lp.select}}
@@ -96,59 +90,60 @@ {{$.lp.showCheckbox}}: {{$.lp.yes}} {{$.lp.no}} - - - - - - - - - - - - -
{{$.lp.checkOnClickNode}}: - {{$.lp.clickNode}} - {{$.lp.clickCheckbox}} -
{{$.lp.checkStrictly}}: - {{$.lp.yes}} - {{$.lp.no}} -
-
{{$.lp.defaultCheckedKeysNote}}
-
-
- - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + +
{{$.lp.checkOnClickNode}}: + {{$.lp.clickNode}} + {{$.lp.clickCheckbox}} +
{{$.lp.checkStrictly}}: + {{$.lp.yes}} + {{$.lp.no}} +
+
+
{{$.lp.defaultCheckedKeysNote}}
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
{{$.lp.dragdrop}}
@@ -164,41 +159,37 @@
- - - - - - - -
-
{{$.lp.allowDragNote}}
-
-
-
{{$.lp.allowDropNote}}
-
-
+
+
+
{{$.lp.allowDragNote}}
+
+
+
+
{{$.lp.allowDropNote}}
+
+
+
- - - - - - - - - - + + + + + + + + + + - + + + + - - -
@@ -206,7 +197,7 @@
- - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
diff --git a/o2web/source/x_component_process_FormDesigner/widget/ElCarouselContent.js b/o2web/source/x_component_process_FormDesigner/widget/ElCarouselContent.js index a577e87c07..a2e1919807 100644 --- a/o2web/source/x_component_process_FormDesigner/widget/ElCarouselContent.js +++ b/o2web/source/x_component_process_FormDesigner/widget/ElCarouselContent.js @@ -293,8 +293,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C }.bind(this)); //srcScript - var tr = new Element("tr").inject(this.propertyTable); - td = new Element("td", { "colspan": "2" }).inject(tr); + var tr = new Element("div").inject(this.propertyArea); this.srcScriptTr = tr; new Element("div", { "text" : "通过this.event可以获得当前条目的数据,最终返回图片资源地址文本。" + @@ -327,8 +326,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C "code": "", "html": "" }; - var tr = new Element("tr").inject(this.propertyTable); - td = new Element("td", { "colspan": "2" }).inject(tr); + var tr = new Element("div").inject(this.propertyArea); this.textScriptTr = tr; new Element("div", { "text" : "通过this.event可以获得当前条目的数据,最终返回图片文本内容文本。" @@ -356,8 +354,7 @@ MWF.xApplication.process.FormDesigner.widget.ElCarouselContent.Tree.Node = new C } //clickScript - var tr = new Element("tr").inject(this.propertyTable); - td = new Element("td", { "colspan": "2" }).inject(tr); + var tr = new Element("div").inject(this.propertyArea); new Element("div", { "text" : "通过this.event[0]可以获得当前条目的数据,通过this.event[1]可获取Event对象。" }).inject( td ); -- GitLab