The next table presents the properties of the Text element.

Property

Description

Optionality

Default value

Obs.

Name

Name of the widget used in the screen scope.

Optional

 

Although optional, only named widgets are available in the scope of the web screen or web block. Only then can you use their runtime properties.

See rules for naming elements.

Style

Drop-down list with the styles that can be applied to the text.

Optional

 

Learn more About Style Sheets.

Double-click on the property and the Style Sheet Editor is opened with the current style already selected.

Extended Properties - Additional properties for attributes and/or events that implement specific behaviors of your widget.

Name

Name of the attribute that the HTML element can accept as specified in the HTML language reference.

NA

 

This property is added to the <span> HTML tag that corresponds to this widget.

Learn more about Extending Properties and how widgets are translated into HTML tags.

Value

The value for the attribute.

NA

 

This property is added to the <span> HTML tag that corresponds to this widget.

Learn more about Extending Properties and how widgets are translated into HTML tags.

See Also

About Text Widget