Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/commands-legacy/data-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/dom-create-xml-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Create XML element.Syntax-->**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text; {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Create XML element.Syntax-->**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Create XML element.Params-->
<div class="no-index">

Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/drop-position.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/drop-position
displayed_sidebar: docs
---

<!--REF #_command_.Drop position.Syntax-->**Drop position** ( *columnNumber* : Integer ) : Integer<br/>**Drop position** ( *pictPosY* : Integer ) : Integer<!-- END REF-->
<!--REF #_command_.Drop position.Syntax-->**Drop position** ( { *columnNumber* : Integer } ) : Integer<br/>**Drop position** ( { *pictPosY* : Integer } ) : Integer<!-- END REF-->
<!--REF #_command_.Drop position.Params-->
<div class="no-index">

Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/get-4d-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder
displayed_sidebar: docs
---

<!--REF #_command_.Get 4D folder.Syntax-->**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text<!-- END REF-->
<!--REF #_command_.Get 4D folder.Syntax-->**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text<!-- END REF-->
<!--REF #_command_.Get 4D folder.Params-->
<div class="no-index">

Expand Down
4 changes: 2 additions & 2 deletions docs/commands-legacy/highlight-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ slug: /commands/highlight-text
displayed_sidebar: docs
---

<!--REF #_command_.HIGHLIGHT TEXT.Syntax-->**HIGHLIGHT TEXT** ( {* ;} *object* : Variable, Field, any ; *startSel* : Integer ; *endSel* : Integer )<!-- END REF-->
<!--REF #_command_.HIGHLIGHT TEXT.Syntax-->**HIGHLIGHT TEXT** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer )<br/>**HIGHLIGHT TEXT** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer )<!-- END REF-->
<!--REF #_command_.HIGHLIGHT TEXT.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| * | Operator | &#8594; | If specified, object is an object name (string) <br/>If omitted, object is a field or variable |
| object | Field, Variable, any | &#8594; | Object name (if * is specified) or Enterable field or variable (if * is omitted) |
| object | Text, Field, Variable | &#8594; | Object name (if * is specified) or Enterable field or variable (if * is omitted) |
| startSel | Integer | &#8594; | New text selection starting position |
| endSel | Integer | &#8594; | New text selection ending position |
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/method-called-on-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/method-called-on-error
displayed_sidebar: docs
---

<!--REF #_command_.Method called on error.Syntax-->**Method called on error** ( *scope* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Method called on error.Syntax-->**Method called on error** ( {*scope* : Integer} ) : Text<!-- END REF-->
<!--REF #_command_.Method called on error.Params-->
<div class="no-index">

Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/screen-height.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/screen-height
displayed_sidebar: docs
---

<!--REF #_command_.Screen height.Syntax-->**Screen height** ( * ) : Integer<!-- END REF-->
<!--REF #_command_.Screen height.Syntax-->**Screen height** ({ * }) : Integer<!-- END REF-->
<!--REF #_command_.Screen height.Params-->
<div class="no-index">

Expand Down
2 changes: 1 addition & 1 deletion docs/commands-legacy/screen-width.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/screen-width
displayed_sidebar: docs
---

<!--REF #_command_.Screen width.Syntax-->**Screen width** ( * ) : Integer<!-- END REF-->
<!--REF #_command_.Screen width.Syntax-->**Screen width** ({ * }) : Integer<!-- END REF-->
<!--REF #_command_.Screen width.Params-->
<div class="no-index">

Expand Down
4 changes: 2 additions & 2 deletions docs/commands-legacy/st-set-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/st-set-attributes
displayed_sidebar: docs
---

<!--REF #_command_.ST SET ATTRIBUTES.Syntax-->**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )<br/>**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )<!-- END REF-->
<!--REF #_command_.ST SET ATTRIBUTES.Syntax-->**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )<br/>**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )<!-- END REF-->
<!--REF #_command_.ST SET ATTRIBUTES.Params-->
<div class="no-index">

Expand All @@ -15,7 +15,7 @@ displayed_sidebar: docs
| object | Text, Variable, Field | &#8594; | Object name (if * is specified) or <br/>Variable or field (if * is omitted) |
| startSel | Integer | &#8594; | Start of new text selection |
| endSel | Integer | &#8594; | End of new text selection |
| attribName | Text | &#8594; | Attribute to set |
| attribName | Integer | &#8594; | Attribute to set |
| attribValue | Text, Integer | &#8594; | New value of attribute |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
8 changes: 7 additions & 1 deletion src/css/customTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,10 @@ summary {
--docsearch-text-color: var(--ifm-font-color-base);
--docsearch-searchicon-color: var(--ifm-color-secondary-darkest);
--docsearch-searchbox-background: var(--ifm-color-primary);
}
}



a.footer__link-item:hover {
color: #1e90ff !important;
}
2 changes: 1 addition & 1 deletion versioned_docs/version-21-R2/commands-legacy/data-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/data-file
displayed_sidebar: docs
---

<!--REF #_command_.Data file.Syntax-->**Data file** ( *segment* : Integer ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Syntax-->**Data file** ( { *segment* : Integer } ) : Text<!-- END REF-->
<!--REF #_command_.Data file.Params-->
<div class="no-index">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder
displayed_sidebar: docs
---

<!--REF #_command_.Get 4D folder.Syntax-->**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text<!-- END REF-->
<!--REF #_command_.Get 4D folder.Syntax-->**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text<!-- END REF-->
<!--REF #_command_.Get 4D folder.Params-->
<div class="no-index">

Expand Down
Loading