Description:
This widget is used to add “labels” on the Form.
Inputs
- ID/Name - Name of widget generated by FlowWright (read-only field)
- For - The For attribute specifies which form element the label is bound to. The label element allows the user to give focus to a form element by clicking on an associate label. If you do not use the for attribute, this association will not be made.
- Label Text—Enter the label's description text. To include multiple lines, select the "Enable Multitext" checkbox.
- Label Width - The label width is set to the default value "auto" (read-only field)
- Label Styles - Select the checkbox to choose Bold, Italics, or Underline options (tick mark)
- Fore Color - Select the foreground color from the palette
- Back Color - Select the background color from the palette
- Font Size - Select the font size
- Hide - Select the checkbox to Hide (tick mark)
- Do Not Globalize - Select the checkbox to skip
- Tool Tip - Enter information to display on mouse hover on form render
- Styles - Enter the CSS scripts for widget styles
- Apply Classes - Select between custom classes defined
- Save - Save the input values
- Delete - Remove this form widget from the designer page
- Close - Close the input popup window
Design:

Example:
Let’s build and execute the “LabelDef” example.
- Create a new Form Definition called “LabelDef.”
- Drag a “BootstrapGrid, Label, and Submit” control onto the canvas and arrange them as shown below.

- Double-click the “Label” control to set up the “Settings” properties. A window will pop up for configuration. Enter a name for the control. Check the “Multiline” box to enable long label text. Check the “Hide” box to hide this widget during runtime. Check the “Do Not” box to skip globalization. Click the Save button.

- Double-click the “Label” control to set up the “Styling” properties. Enter the pixel value for a custom label width. Check the box to enable Bold, Italic, and Underline styles for the label. Choose the label foreground and background colors. Select the horizontal alignment by clicking the left, center, or right buttons. Choose the vertical alignment by clicking the top, middle, or bottom buttons. Enter the CSS style syntax. Pick the classes to apply from the global drop-down list, then click the Save button.

- Double-click the “Label” widget to configure the “Other” properties. Enter the tooltip text. Click the Save button.

- Double-click the “Label” widget to configure the “Globalize” properties. The application will notify you if there's nothing to globalize, as shown below. Otherwise, select a language from the drop-down menu, then click the Translate button. Finally, click the Save button.

- Save the form definition. Choose Actions > Create Form Instance. Generate a new form instance, then check the box to edit it.

- The Form is displayed to the user as shown below. The multiline label is rendered using the configured style.

- Select the culture flag to view the label in a globalized format.

Definition Sample:
You may download and extract the sample definition(s) from the link below and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
Note: Please verify and complete the import process steps for any missing configurations, such as file path references and database connections. Then, save the definition to confirm the changes.
Click here to download the sample file.