Skip to main content

HTML

The HTML control is an advanced display feature allowing users to insert custom HTML code directly into their forms. This control is particularly useful when incorporating elements not readily available in the builder by using HTML markup.

HTML Control
HTML Control

Binding Data Options

The HTML control enables users to bind data through a variety of methods, enhancing customization and dynamic content integration within the form.

Static Data Option

Users can provide string HTML format to display static content within the HTML control. For example:

<html>
<body>
<p>This text is normal.</p>
<p><b>This text is bold.</b></p>
</body>
</html>

Properties

PropertyDescription
Auto HeightEnables automatic height adjustment for the control.
HTMLAllows users to write and execute custom HTML code within the control.
FontCustomizes the text within the control, offering options to modify text size, weight, alignment, and color.