The HTML Control allows applying any CSS or JS scripts on any HTML5 display of your projects. It is available to HTML5 environment.

On this page:

Requirements

This components runs only on HTML5 displays, targeting web browsers.

Configuration

  1. Go to Displays > Draw.
  2. On the Components Panel, select Web Only, then HTML5 Control.
  3. Click or drag-and-drop it on the Drawing area to use it.
  4. 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 Code Behind

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...