The HTML Control allows applying any CSS or JS scripts on any HTML5 display of your solutions. It is available to HTML5 environment.
On this page:
Requirements
This components runs only on HTML5 displays, targeting web browsers.
Configuration
Go to Displays / Draw.
On the Components Panel, select Viewer, then HTML5 Control.
Click or drag-and-drop it on the Drawing area to use it.
Double-click the object to open the configuration window.
HTML5 Control Settings | |
---|---|
Field | Description |
Control Name | Defines a name for the control so it can be accessed in the CodeBehind script. See Display CodeBehind. |
CSS Scripts | Runs a CSS script. |
JS Scripts | Runs a JS script. |
Runtime Execution
When the runtime environment is active, the HTML5 Control executes the embedded CSS and JS scripts, enhancing the display with custom styles and interactive functionalities.
In this section: