If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Label
Introduction
For input widgets, 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
An example of label properties is represented in the image below:
Label properties consist of the following sections:
Common Section
Design Properties Section
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.