view.iframe
Displays the web page at the URL in an iframe window.
Component properties
Name | Type | Description |
---|---|---|
type * | "view.iframe" | Set component type |
label | string | Label above the component. |
fullHeight | boolean | If |
hint | string | Hint text. |
maxWidth | number | Maximum width of the element in pixels, must be greater than |
minWidth | number | Minimum width of the element in pixels. Takes priority over |
ratio | array | An array of two numbers that sets the relative dimensions of the sides: width (first number) to height (second number). Not valid if |
ratio[] | number | Relative size of one side. |
url * | string | URL of the web page. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "view.iframe" | Set component type |
label | string | Label above the component. |
fullHeight | boolean | If |
hint | string | Hint text. |
maxWidth | number | Maximum width of the element in pixels, must be greater than |
minWidth | number | Minimum width of the element in pixels. Takes priority over |
ratio | array | An array of two numbers that sets the relative dimensions of the sides: width (first number) to height (second number). Not valid if |
ratio[] | number | Relative size of one side. |
url * | string | URL of the web page. |
validation | condition | Validation based on condition. |