Skip to content

Commit fd4cab3

Browse files
authored
fixes (#3122)
1 parent 4df5617 commit fd4cab3

41 files changed

Lines changed: 58 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/API/ClassClass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ This property is **read-only**.
148148

149149
</details>
150150

151-
<!-- REF #ClassClass.new().Syntax -->**.new**( { *...param* : any } ) : 4D.Object<!-- END REF -->
151+
<!-- REF #ClassClass.new().Syntax -->**.new**( { ...*param* : any } ) : 4D.Object<!-- END REF -->
152152

153153

154154

docs/API/CollectionClass.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ $c.combine($fruits;3) //[1,2,3,"Orange","Banana","Apple","Grape",4,5,6]
295295

296296
</details>
297297

298-
<!-- REF #collection.concat().Syntax -->**.concat**( *value* : any { ; *...valueN* } ) : Collection<!-- END REF -->
298+
<!-- REF #collection.concat().Syntax -->**.concat**( *value* : any { ; ...*valueN* } ) : Collection<!-- END REF -->
299299

300300

301301
<!-- REF #collection.concat().Params -->
@@ -743,7 +743,7 @@ A recursive comparison of collections can be time-consuming if the collection is
743743

744744
</details>
745745

746-
<!-- REF #collection.every().Syntax -->**.every**( { *startFrom* : Integer ; } *formula* : 4D.Function { ;*...param* : any } ) : Boolean<br/>**.every**( { *startFrom* : Integer ; } *methodName* : Text { ;*...param* : any } ) : Boolean<!-- END REF -->
746+
<!-- REF #collection.every().Syntax -->**.every**( { *startFrom* : Integer ; } *formula* : 4D.Function { ;...*param* : any } ) : Boolean<br/>**.every**( { *startFrom* : Integer ; } *methodName* : Text { ;...*param* : any } ) : Boolean<!-- END REF -->
747747

748748

749749
<!-- REF #collection.every().Params -->
@@ -975,7 +975,7 @@ In case of inconsistency, the following rules apply:
975975

976976
</details>
977977

978-
<!-- REF #collection.filter().Syntax -->**.filter**( *formula* : 4D.Function { ; *...param* : any } ) : Collection<br/>**.filter**( *methodName* : Text { ; *...param* : any } ) : Collection<!-- END REF -->
978+
<!-- REF #collection.filter().Syntax -->**.filter**( *formula* : 4D.Function { ; ...*param* : any } ) : Collection<br/>**.filter**( *methodName* : Text { ; ...*param* : any } ) : Collection<!-- END REF -->
979979

980980

981981
<!-- REF #collection.filter().Params -->
@@ -1064,7 +1064,7 @@ You want to filter elements according to their value type:
10641064

10651065
</details>
10661066

1067-
<!-- REF #collection.find().Syntax -->**.find**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; *...param* : any } ) : any<br/>**.find**( { *startFrom* : Integer ; } *methodName* : Text { ; *...param* : any } ) : any<!-- END REF -->
1067+
<!-- REF #collection.find().Syntax -->**.find**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; ...*param* : any } ) : any<br/>**.find**( { *startFrom* : Integer ; } *methodName* : Text { ; ...*param* : any } ) : any<!-- END REF -->
10681068

10691069

10701070
<!-- REF #collection.find().Params -->
@@ -1157,7 +1157,7 @@ $c2:=$c.find(Formula($1.value.name=$2); "Clanton") //$c2={name:Clanton,zc:35046
11571157
</details>
11581158

11591159

1160-
<!-- REF #collection.findIndex().Syntax -->**.findIndex**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; *...param* : any } ) : Integer<br/>**.findIndex**( { *startFrom* : Integer ; } *methodName* : Text { ; *...param* : any } ) : Integer<!-- END REF -->
1160+
<!-- REF #collection.findIndex().Syntax -->**.findIndex**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; ...*param* : any } ) : Integer<br/>**.findIndex**( { *startFrom* : Integer ; } *methodName* : Text { ; ...*param* : any } ) : Integer<!-- END REF -->
11611161

11621162

11631163
<!-- REF #collection.findIndex().Params -->
@@ -1338,7 +1338,7 @@ $col.flat(MAXLONG)
13381338

13391339
</details>
13401340

1341-
<!-- REF #collection.flatMap().Syntax -->**.flatMap**( *formula* : 4D.Function { ; *...param* : any } ) : Collection<br/>**.flatMap**( *methodName* : Text { ; *...param* : any } ) : Collection <!-- END REF -->
1341+
<!-- REF #collection.flatMap().Syntax -->**.flatMap**( *formula* : 4D.Function { ; ...*param* : any } ) : Collection<br/>**.flatMap**( *methodName* : Text { ; ...*param* : any } ) : Collection <!-- END REF -->
13421342

13431343
<!-- REF #collection.flatMap().Params -->
13441344
|Parameter|Type||Description|
@@ -1563,7 +1563,7 @@ Optionally, you can pass the index of collection from which to start the search
15631563

15641564
</details>
15651565

1566-
<!-- REF #collection.indices().Syntax -->**.indices**( *queryString* : Text { ; *...value* : any } ) : Collection <!-- END REF -->
1566+
<!-- REF #collection.indices().Syntax -->**.indices**( *queryString* : Text { ; ...*value* : any } ) : Collection <!-- END REF -->
15671567

15681568

15691569
<!-- REF #collection.indices().Params -->
@@ -1874,7 +1874,7 @@ The `.length` property is initialized when the collection is created. Adding or
18741874

18751875
</details>
18761876

1877-
<!-- REF #collection.map().Syntax -->**.map**( *formula* : 4D.Function { ; *...param* : any } ) : Collection<br/>**.map**( *methodName* : Text { ; *...param* : any } ) : Collection <!-- END REF -->
1877+
<!-- REF #collection.map().Syntax -->**.map**( *formula* : 4D.Function { ; ...*param* : any } ) : Collection<br/>**.map**( *methodName* : Text { ; ...*param* : any } ) : Collection <!-- END REF -->
18781878

18791879

18801880
<!-- REF #collection.map().Params -->
@@ -2554,7 +2554,7 @@ You want to sort the resulting collection:
25542554

25552555
</details>
25562556

2557-
<!-- REF #collection.query().Syntax -->**.query**( *queryString* : Text ) : Collection<br/>**.query**( *queryString* : Text ; *...value* : any ) : Collection<br/>**.query**( *queryString* : Text ; *querySettings* : Object ) : Collection <!-- END REF -->
2557+
<!-- REF #collection.query().Syntax -->**.query**( *queryString* : Text ) : Collection<br/>**.query**( *queryString* : Text ; ...*value* : any ) : Collection<br/>**.query**( *queryString* : Text ; *querySettings* : Object ) : Collection <!-- END REF -->
25582558

25592559

25602560
<!-- REF #collection.query().Params -->
@@ -2874,7 +2874,7 @@ More examples of queries can be found in the `dataClass.query()` page. Note howe
28742874

28752875
</details>
28762876

2877-
<!-- REF #collection.reduce().Syntax -->**.reduce**( *formula* : 4D.Function { ; *initValue* : any { ; *...param* : expression }} ) : any<br/>**.reduce**( *methodName* : Text { ; *initValue* : any { ; *...param* : expression }} ) : any <!-- END REF -->
2877+
<!-- REF #collection.reduce().Syntax -->**.reduce**( *formula* : 4D.Function { ; *initValue* : any { ; ...*param* : expression }} ) : any<br/>**.reduce**( *methodName* : Text { ; *initValue* : any { ; ...*param* : expression }} ) : any <!-- END REF -->
28782878

28792879

28802880
<!-- REF #collection.reduce().Params -->
@@ -2967,7 +2967,7 @@ With the following ***Flatten*** method:
29672967

29682968
</details>
29692969

2970-
<!-- REF #collection.reduceRight().Syntax -->**.reduceRight**( *formula* : 4D.Function { ; *initValue* : any { ; *...param* : expression }} ) : any<br/>**.reduceRight**( *methodName* : Text { ; *initValue* : any { ; *...param* : expression }} ) : any <!-- END REF -->
2970+
<!-- REF #collection.reduceRight().Syntax -->**.reduceRight**( *formula* : 4D.Function { ; *initValue* : any { ; ...*param* : expression }} ) : any<br/>**.reduceRight**( *methodName* : Text { ; *initValue* : any { ; ...*param* : expression }} ) : any <!-- END REF -->
29712971

29722972

29732973
<!-- REF #collection.reduceRight().Params -->
@@ -3334,7 +3334,7 @@ The returned collection contains the element specified by *startFrom* and all su
33343334

33353335
</details>
33363336

3337-
<!-- REF #collection.some().Syntax -->**.some**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; *...param* : any } ) : Boolean<br/>**.some**( { *startFrom* : Integer ; } *methodName* : Text { ; *...param* : any } ) : Boolean<!-- END REF -->
3337+
<!-- REF #collection.some().Syntax -->**.some**( { *startFrom* : Integer ; } *formula* : 4D.Function { ; ...*param* : any } ) : Boolean<br/>**.some**( { *startFrom* : Integer ; } *methodName* : Text { ; ...*param* : any } ) : Boolean<!-- END REF -->
33383338

33393339

33403340
<!-- REF #collection.some().Params -->
@@ -3421,7 +3421,7 @@ You want to know if at least one collection value is >0.
34213421

34223422
</details>
34233423

3424-
<!-- REF #collection.sort().Syntax -->**.sort**() : Collection<br/>**.sort**( *ascOrDesc* : Integer ) : Collection <br/>**.sort**( *formula* : 4D.Function { ; *...extraParam* : any } ) : Collection<br/>**.sort**( *methodName* : Text { ; *...extraParam* : any } ) : Collection<!-- END REF -->
3424+
<!-- REF #collection.sort().Syntax -->**.sort**() : Collection<br/>**.sort**( *ascOrDesc* : Integer ) : Collection <br/>**.sort**( *formula* : 4D.Function { ; ...*extraParam* : any } ) : Collection<br/>**.sort**( *methodName* : Text { ; ...*extraParam* : any } ) : Collection<!-- END REF -->
34253425

34263426

34273427
<!-- REF #collection.sort().Params -->

docs/API/DataClassClass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ When created, the entity selection does not contain any entities (`mySelection.l
862862

863863
</details>
864864

865-
<!-- REF #DataClassClass.query().Syntax -->**.query**( *queryString* : Text { ; *...value* : any } { ; *querySettings* : Object } ) : 4D.EntitySelection <br/>**.query**( *formula* : Object { ; *querySettings* : Object } ) : 4D.EntitySelection <!-- END REF -->
865+
<!-- REF #DataClassClass.query().Syntax -->**.query**( *queryString* : Text { ; ...*value* : any } { ; *querySettings* : Object } ) : 4D.EntitySelection <br/>**.query**( *formula* : Object { ; *querySettings* : Object } ) : 4D.EntitySelection <!-- END REF -->
866866

867867

868868
<!-- REF #DataClassClass.query().Params -->

docs/API/EntitySelectionClass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ Example with the `dk stop dropping on first error` option:
903903
</details>
904904

905905

906-
<!-- REF #EntitySelectionClass.extract().Syntax -->**.extract**( *attributePath* : Text { ; *option* : Integer } ) : Collection<br/>**.extract**( *...attributePath* : Text ; *...targetPath* : Text ) : Collection<!-- END REF -->
906+
<!-- REF #EntitySelectionClass.extract().Syntax -->**.extract**( *attributePath* : Text { ; *option* : Integer } ) : Collection<br/>**.extract**( ...*attributePath* : Text ; ...*targetPath* : Text ) : Collection<!-- END REF -->
907907

908908

909909
<!-- REF #EntitySelectionClass.extract().Params -->
@@ -1808,7 +1808,7 @@ In this example, the "marks" object field in the **Students** dataClass contains
18081808

18091809
</details>
18101810

1811-
<!-- REF #EntitySelectionClass.query().Syntax -->**.query**( *queryString* : Text { ; *...value* : any } { ; *querySettings* : Object } ) : 4D.EntitySelection <br/>**.query**( *formula* : Object { ; *querySettings* : Object } ) : 4D.EntitySelection<!-- END REF -->
1811+
<!-- REF #EntitySelectionClass.query().Syntax -->**.query**( *queryString* : Text { ; ...*value* : any } { ; *querySettings* : Object } ) : 4D.EntitySelection <br/>**.query**( *formula* : Object { ; *querySettings* : Object } ) : 4D.EntitySelection<!-- END REF -->
18121812

18131813

18141814
<!-- REF #EntitySelectionClass.query().Params -->

docs/Concepts/quick-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Comments are inactive lines of code. These lines are not interpreted by the 4D l
367367
There are two ways to create comments:
368368

369369
- `//` for single line comments
370-
- `/*...*/` for inline or multiline commnents.
370+
- `/...**/` for inline or multiline commnents.
371371

372372
Both styles of comments can be used simultaneously.
373373

docs/FormEditor/properties_FormProperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Name of an existing [user class](../Concepts/classes.md#class-definition) to ass
4949

5050
Associating a class to the form provides the following benefits:
5151

52-
- When you work in the [Form editor](../FormEditor/formEditor.md), the associated class is used for accurate syntax checking of expressions such as `Form.myProperty` in all areas of the [Property list](../FormEditor/formEditor.md#property-list) that support [expressions](../Concepts/quick-tour.md#expressions) (e.g. **Variable or Expression**, **Font color expression**...). Errors are displayed in red and warnings are displayed in yellow in the left column of the Property list and you can hover it to get explanations:
52+
- When you work in the [Form editor](../FormEditor/formEditor.md), the associated class is used for accurate syntax checking of expressions such as `Form.myProperty` in all areas of the [Property list](../FormEditor/formEditor.md#property-list) that support [expressions](../Concepts/quick-tour.md#expressions) (e.g. **Variable or Expression**, **Font color expression*...*). Errors are displayed in red and warnings are displayed in yellow in the left column of the Property list and you can hover it to get explanations:
5353

5454
![](../assets/en/FormObjects/warning-proplist.png)
5555

docs/Project/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ To add a local dependency, click on the **+** button in the footer area of the p
482482

483483
![dependency-add](../assets/en/Project/dependency-add.png)
484484

485-
Make sure the **Local** tab is selected and click on the **...** button. A standard Open file dialog box is displayed, allowing you to select the component to add. You can select a [**.4DZ**](../Desktop/building.md#build-component) or a [**.4DProject**](architecture.md#applicationname4dproject-file) file.
485+
Make sure the **Local** tab is selected and click on the *...*** button. A standard Open file dialog box is displayed, allowing you to select the component to add. You can select a [**.4DZ**](../Desktop/building.md#build-component) or a [**.4DProject**](architecture.md#applicationname4dproject-file) file.
486486

487487
If the selected item is valid, its name and location are displayed in the dialog box.
488488

docs/ViewPro/commands/vp-export-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The optional *paramObj* parameter allows you to define multiple properties for t
9292

9393
* When exporting a 4D View Pro document into a Microsoft Excel-formatted file, some settings may be lost. For example, 4D methods and formulas are not supported by Excel. You can verify other settings with [this list from SpreadJS](https://developer.mescius.com/spreadjs/docs/excelimpexp/excelexport).
9494
* Exporting in this format is run asynchronously, use the `formula` property of the *paramObj* for code to be executed after the export.
95-
* Using *excelOptions* object is recommended when exporting in ".xlsx" format. Make sure to not mix this object with legacy first level properties (*password*, *includeBindingSource*...) to avoid potiental issues.
95+
* Using *excelOptions* object is recommended when exporting in ".xlsx" format. Make sure to not mix this object with legacy first level properties (*password*, *includeBindingSource...*) to avoid potiental issues.
9696

9797
**Notes about PDF format**:
9898

docs/WritePro/commands/wp-get-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: WP Get attributes
44
displayed_sidebar: docs
55
---
66

7-
<!--REF #_command_.WP Get attributes.Syntax-->**WP Get attributes** ( *targetObj* : Object ; *...attribName* : Text ; *...attribValue* : any ) : Object<br/>**WP Get attributes** ( *targetObj* : Object ; *attribColl* : Collection ) : Object<!-- END REF-->
7+
<!--REF #_command_.WP Get attributes.Syntax-->**WP Get attributes** ( *targetObj* : Object ; ...*attribName* : Text ; ...*attribValue* : any ) : Object<br/>**WP Get attributes** ( *targetObj* : Object ; *attribColl* : Collection ) : Object<!-- END REF-->
88
<!--REF #_command_.WP Get attributes.Params-->
99
| Parameter | Type | | Description |
1010
| --- | --- | --- | --- |

docs/WritePro/commands/wp-reset-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: WP RESET ATTRIBUTES
44
displayed_sidebar: docs
55
---
66

7-
<!--REF #_command_.WP RESET ATTRIBUTES.Syntax-->**WP RESET ATTRIBUTES** ( *targetObj* : Object ; *...attribName* : Text )<br/>**WP RESET ATTRIBUTES** ( *sectionOrSubsection* : Object {; *...attribName* : Text })<br/>**WP RESET ATTRIBUTES** ( *targetObj* : Object ; *attribColl* : Collection )<br/> **WP RESET ATTRIBUTES** ( *sectionOrSubsection* : Object {; *attribColl* : Collection})<!-- END REF-->
7+
<!--REF #_command_.WP RESET ATTRIBUTES.Syntax-->**WP RESET ATTRIBUTES** ( *targetObj* : Object ; ...*attribName* : Text )<br/>**WP RESET ATTRIBUTES** ( *sectionOrSubsection* : Object {; ...*attribName* : Text })<br/>**WP RESET ATTRIBUTES** ( *targetObj* : Object ; *attribColl* : Collection )<br/> **WP RESET ATTRIBUTES** ( *sectionOrSubsection* : Object {; *attribColl* : Collection})<!-- END REF-->
88
<!--REF #_command_.WP RESET ATTRIBUTES.Params-->
99
| Parameter | Type | | Description |
1010
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)