Label
A display component for rendering text with optional outline styling. Multi-lingual display, CSS customization, and user interactions. Commonly used for form labels, section headings, and static text displays.
Extends: fieldComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Label Text |
| multi-locale | The primary text content to be displayed in the label |
Resource ID |
| text | Unique identifier for the label component |
Style Classes |
| text | Additional CSS classes for custom styling |
Width Class |
| text | Defines the width of the label component |
Value |
| text | Optional alternative text value to display |
Visibility |
| boolean | Controls the visibility of the label component |
Outlined |
| boolean | Renders the label with an outlined visual style instead of the default |
Methods
Name | Description |
|---|---|
| Converts the input value, handling HTML entity encoding for display |
| Converts the value, encoding HTML special characters for safe storage |
| Triggers the |
Events
Name | Description |
|---|---|
| Triggered when the label is clicked |