diff --git a/docs/3.2-Common-Properties-UI-Hints.md b/docs/3.2-Common-Properties-UI-Hints.md index ea8b03d7ea..fe87d93f95 100644 --- a/docs/3.2-Common-Properties-UI-Hints.md +++ b/docs/3.2-Common-Properties-UI-Hints.md @@ -8,9 +8,9 @@ The UI Hints section consists a set of simple and complex attributes. * `id` (*string*) Dialog id. * `label` (*object*) External name of dialog. - + See [Resource Definition](3.2-Common-Properties--UI-Hint.md#resource-definition) + + See [Resource Definition](#resource-definition) * `description` (*object*) Description of dialog. - + See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition) + + See [Resource Definition](#resource-definition) * `editor_size` (*string*) The width of the properties editor panel. This can have a value of `"small"`, `"medium"`, `"large"` or `"max"`. The default is `"small"`. - When `"small"` is specified the properties panel is displayed with a default width of 320px and with a resize button that allows the panel to be increased in size up to the `"medium"` size which is 480px. - When `"medium"` is specified the properties panel has a width of 480px and with a resize button that allows the panel to be increased in size up to the `"large"` size which is 640px. @@ -52,9 +52,9 @@ Group info attributes. * `type` (*string*) The group type to be displayed. see Group/Panel Controls in [3.3 Common Properties Controls](3.3-Common-Properties-Controls.md). * `depends_on_ref` (*string*) Property name this group depends upon. Valid for panelSelector groups only. * `label` (*object*) Group label. - + See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition) + + See [Resource Definition](#resource-definition) * `description` (*object*) Group description. Only used with `textPanel` and `actionPanel`. - + See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition) + + See [Resource Definition](#resource-definition) + See [Dynamic Text Expressions](3.2-Common-Properties--UI-Hints.md#dynamic-text-expressions) + `link` (object) Optional link in the description. [tooltipLinkHandler callback](3.0-Common-Properties-documentation.md#tooltiplinkhandler) must be defined whenever link object is added in uiHints.. + `id` (string) Required unique link id. @@ -113,10 +113,10 @@ Parameter info attributes. * `parameter_ref` (*string*) **Required** Parameter name. * `label` (*object*) External name for parameter. - + See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition) + + See [Resource Definition](#resource-definition) * `label_visible` (*boolean*) Determines whether to display the label for a control. * `description` (*object*) Description of parameter with optional placement context. - + See [Resource Definition](3.2-Common-Properties--UI-Hints.md#resource-definition) + + See [Resource Definition](#resource-definition) + `placement` (*string*) Placement context for the text. Valid values are `as_tooltip, on_panel`. + `link` (*object*) Optional link in the description. [tooltipLinkHandler callback](3.0-Common-Properties-documentation.md#tooltiplinkhandler) must be defined whenever link object is added in uiHints.. + `id` (*string*) Required unique link id.