Visualization element ‘Web browser’¶
Symbol:
Tag: Special controls
This element shows a website, PDF file, or video that has a URL.
Attention
The display options of the Web browser element depend on the operating system and the display variant of the visualization.
Requirement: The software components of the web browser are available in the runtime system and configured accordingly (example: videos to be shown on Linux).
See also
Element properties
Element name | Example: GenElemInst_59 |
Element type | Web browser |
Element property ‘Position’
The position defines the location and size of the element in the visualization window. These are based on the Cartesian coordinate system. The origin is located at the upper left corner of the window. The positive horizontal x-axis runs to the right. The positive vertical y-axis runs downwards.
X | X coordinate of the upper left corner of the element Specified in pixels. Example: |
Y | Y coordinate of the upper left corner of the element Specified in pixels. Example: |
Width | Specified in pixels. Example: |
Height | Specified in pixels. Example: |
Note
You can also change the values by dragging the box symbols ( ) to other positions in the editor.
See also
Element property ‘Absolute movement’
These properties are used for dynamically controlling the element position by means of variables. The reference point is the upper left corner of the element. In runtime mode, the entire element is moved.
Movement | |
X: | Variable (integer data type). Defines the X position (in pixels). Example: Increasing this value in runtime mode moves the element to the right. |
Y: | Variable (integer data type). Defines the Y position (in pixels). Example: Increasing this value in runtime mode moves the element downwards. |
Element property ‘State variables’
Invisible | Variable (
|
Element property ‘Control variables’
URL | URL of the web page that is displayed in the visualization.
|
Show | Variable ( Example: Controls the display of the Web browser element. If the variable contains a rising edge, then the visualization calls the web page given in URL and displays its contents in the ‘Web browser’ visualization element. |
Back | Variable ( Example: Controls the back navigation in the Web browser. If the variable has a rising edge, then the visualization displays the contents of the previously displayed page. |
Forward | Variable ( Example: Controls the forward navigation in the Web browser. If the variable has a rising edge, then the visualization displays the contents of the previously displayed page. |
Element property ‘Access rights’
Requirement: User management is set up for the visualization.
Access rights | Opens the Access rights dialog box for changing the access rights for the element. Status messages:
|
See also