Mendix 11 is currently in Beta. For more information about Beta releases and features, see Beta Releases.
Label
Introduction
For input elements, it is recommended to use the label property to describe the purpose of widgets to end-users.
You can also use the text widget as it provides more features, for example, you can add parameters, and it generates semantically correct HTML.
A label shows static text, which describes the purpose of a specific widget to a user.
Properties Pane
The properties pane is divided into two major sections by a toggle at the top of the pane: Properties and Styling. Label properties consist of the following sections:
Properties:
Styling:
Properties
General Section
The General section contains the Caption property. Caption defines the text that will be shown to a user.
Visibility Section
Visibility determines whether a widget is displayed to the end-user as part of the page.
For more information on properties of this section, see the Visibility Section section in Properties Common in the Page Editor.