diff --git a/docs/commands-legacy/data-file.md b/docs/commands-legacy/data-file.md index c6c3f4c6e0b504..8402aeefb46f7f 100644 --- a/docs/commands-legacy/data-file.md +++ b/docs/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/docs/commands-legacy/dom-create-xml-element.md b/docs/commands-legacy/dom-create-xml-element.md index 86f018c9f6b52f..808ac37156e511 100644 --- a/docs/commands-legacy/dom-create-xml-element.md +++ b/docs/commands-legacy/dom-create-xml-element.md @@ -5,7 +5,7 @@ slug: /commands/dom-create-xml-element displayed_sidebar: docs --- -**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text; {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text +**DOM Create XML element** ( *elementRef* : Text ; *xPath* : Text {; ...(*attribName* : Text ; *attrValue* : Text, Boolean, Integer, Real, Time, Date)} ) : Text
diff --git a/docs/commands-legacy/drop-position.md b/docs/commands-legacy/drop-position.md index 2c050bfc550bd0..9bce0918c76f7d 100644 --- a/docs/commands-legacy/drop-position.md +++ b/docs/commands-legacy/drop-position.md @@ -5,7 +5,7 @@ slug: /commands/drop-position displayed_sidebar: docs --- -**Drop position** ( *columnNumber* : Integer ) : Integer
**Drop position** ( *pictPosY* : Integer ) : Integer +**Drop position** ( { *columnNumber* : Integer } ) : Integer
**Drop position** ( { *pictPosY* : Integer } ) : Integer
diff --git a/docs/commands-legacy/get-4d-folder.md b/docs/commands-legacy/get-4d-folder.md index eb1b711bde3be5..e138aa88356bec 100644 --- a/docs/commands-legacy/get-4d-folder.md +++ b/docs/commands-legacy/get-4d-folder.md @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder displayed_sidebar: docs --- -**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text +**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text
diff --git a/docs/commands-legacy/highlight-text.md b/docs/commands-legacy/highlight-text.md index 17f811b6f6a000..015850063aa300 100644 --- a/docs/commands-legacy/highlight-text.md +++ b/docs/commands-legacy/highlight-text.md @@ -5,14 +5,14 @@ slug: /commands/highlight-text displayed_sidebar: docs --- -**HIGHLIGHT TEXT** ( {* ;} *object* : Variable, Field, any ; *startSel* : Integer ; *endSel* : Integer ) +**HIGHLIGHT TEXT** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer )
**HIGHLIGHT TEXT** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer )
| Parameter | Type | | Description | | --- | --- | --- | --- | | * | Operator | → | If specified, object is an object name (string)
If omitted, object is a field or variable | -| object | Field, Variable, any | → | Object name (if * is specified) or Enterable field or variable (if * is omitted) | +| object | Text, Field, Variable | → | Object name (if * is specified) or Enterable field or variable (if * is omitted) | | startSel | Integer | → | New text selection starting position | | endSel | Integer | → | New text selection ending position |
diff --git a/docs/commands-legacy/method-called-on-error.md b/docs/commands-legacy/method-called-on-error.md index f59a8a8b296fe2..a02fbc8163a2b1 100644 --- a/docs/commands-legacy/method-called-on-error.md +++ b/docs/commands-legacy/method-called-on-error.md @@ -5,7 +5,7 @@ slug: /commands/method-called-on-error displayed_sidebar: docs --- -**Method called on error** ( *scope* : Integer ) : Text +**Method called on error** ( {*scope* : Integer} ) : Text
diff --git a/docs/commands-legacy/screen-height.md b/docs/commands-legacy/screen-height.md index fa282b0a5f4763..b0e82f6c31739e 100644 --- a/docs/commands-legacy/screen-height.md +++ b/docs/commands-legacy/screen-height.md @@ -5,7 +5,7 @@ slug: /commands/screen-height displayed_sidebar: docs --- -**Screen height** ( * ) : Integer +**Screen height** ({ * }) : Integer
diff --git a/docs/commands-legacy/screen-width.md b/docs/commands-legacy/screen-width.md index 82412c6e90c988..4e3f19fadbb8bb 100644 --- a/docs/commands-legacy/screen-width.md +++ b/docs/commands-legacy/screen-width.md @@ -5,7 +5,7 @@ slug: /commands/screen-width displayed_sidebar: docs --- -**Screen width** ( * ) : Integer +**Screen width** ({ * }) : Integer
diff --git a/docs/commands-legacy/st-set-attributes.md b/docs/commands-legacy/st-set-attributes.md index 97bd5291442fe7..1b8abcb39145d2 100644 --- a/docs/commands-legacy/st-set-attributes.md +++ b/docs/commands-legacy/st-set-attributes.md @@ -5,7 +5,7 @@ slug: /commands/st-set-attributes displayed_sidebar: docs --- -**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Text ; *attribValue* : Text, Integer {; ...(*attribName* : Text ; *attribValue* : Text, Integer)} ) +**ST SET ATTRIBUTES** ( * ; *object* : Text ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
**ST SET ATTRIBUTES** ( *object* : Variable, Field ; *startSel* : Integer ; *endSel* : Integer ; *attribName* : Integer ; *attribValue* : Text, Integer {; ...(*attribName* : Integer ; *attribValue* : Text, Integer)} )
@@ -15,7 +15,7 @@ displayed_sidebar: docs | object | Text, Variable, Field | → | Object name (if * is specified) or
Variable or field (if * is omitted) | | startSel | Integer | → | Start of new text selection | | endSel | Integer | → | End of new text selection | -| attribName | Text | → | Attribute to set | +| attribName | Integer | → | Attribute to set | | attribValue | Text, Integer | → | New value of attribute |
diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md index dfa13689b96578..f6ce8497ea60a8 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md index dfa13689b96578..f6ce8497ea60a8 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md index 8a62ec56c82c02..7772e923d7fc02 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md index 8a62ec56c82c02..7772e923d7fc02 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md +++ b/i18n/ja/docusaurus-plugin-content-docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/src/css/customTheme.css b/src/css/customTheme.css index 36ec8ee1698182..b0d956c085cb6b 100644 --- a/src/css/customTheme.css +++ b/src/css/customTheme.css @@ -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); -} \ No newline at end of file +} + + + +a.footer__link-item:hover { + color: #1e90ff !important; +} diff --git a/versioned_docs/version-21-R2/commands-legacy/data-file.md b/versioned_docs/version-21-R2/commands-legacy/data-file.md index c6c3f4c6e0b504..8402aeefb46f7f 100644 --- a/versioned_docs/version-21-R2/commands-legacy/data-file.md +++ b/versioned_docs/version-21-R2/commands-legacy/data-file.md @@ -5,7 +5,7 @@ slug: /commands/data-file displayed_sidebar: docs --- -**Data file** ( *segment* : Integer ) : Text +**Data file** ( { *segment* : Integer } ) : Text
diff --git a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md index eb1b711bde3be5..e138aa88356bec 100644 --- a/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md +++ b/versioned_docs/version-21-R2/commands-legacy/get-4d-folder.md @@ -5,7 +5,7 @@ slug: /commands/get-4d-folder displayed_sidebar: docs --- -**Get 4D folder** ( *folder* : Integer {; *options* : Object} {; *}) : Text +**Get 4D folder** ({*folder* : Integer {; *options* : Object}} {; *}) : Text