Properties of an HTML control

Configure the properties of the HTML control under the following tabs:

General

Use this tab to configure the general properties of an HTML page control.

Name Description

Name

A unique name for the control.

Security token

Makes the information in the form secure. See Security tokens.

Visible

Makes the control visible at runtime. (Default: Selected)

HTML text

You can provide an HTML content to display on a form. However, you cannot display a JavaScript content along with the HTML content.

You can enter HTML content as a dynamic or static value.

  • For a dynamic HTML content, select the required control or a variable from the following tab.

    • Form control: The selected form control appears at runtime and you can enter an HTML content in it.
    • Form variable: The HTML content saved in the form variable is available for use with this form; however, you can change the text by changing the variable value.
    • Global variable: The HTML content is available for use in different forms. If you change the value of the variable, the change is applied to all forms that use this variable.

  • For a static HTML content, click and enter the HTML content.