Label

A label is a display area for a short text string, which doesn't react to input events and thus may not get keyboard focus.

Public Variables (Properties)

[?]

The Label component has the following basic properties and property groups that are common to all components:

Name, Advanced Properties, Container Properties, Styles, Preloader, Events, Bindings.

Text

Text of the label message.

Variable Name:

text

Records:

1

Record Format:

Field Name

Field Type

Field Description

text

String

Text

HTML Tag

Select the HTML tag which should enclose the rendered label component.

Variable Name:

htmlTag

Records:

1

Record Format:

Field Name

Field Type

Field Description

htmlTag

String

Tag type to enclose the label element. Possible values are:

  • <span> (Default)

  • <div>

  • <p>

  • <a>

  • <blockquote>

  • <code>

  • <h1>

  • <h2>

  • <h3>

  • <h4>

  • <h5>

Public Events

[?]

Common Component Events.

Was this page helpful?