Message¶
The Message widget displays messages to the user, conveying information, warnings, errors, or highlights.
XML Fields¶
XPathestablishes the data context used when the message label evaluates a template. It does not receive user input.Typeselects the message emphasis:Info,Warning,Error, orSuccess.Label/Contentprovides the visible message. It can contain static text or a data template.Rulescontains form rules, typically used to show, hide, or validate the surrounding form state conditionally.
Message is a display widget. Use its label for the user-facing text rather than putting text directly in the Message element.
Message Content¶
Message content supports data templates, allowing for dynamic display of calculated values or data from the data model.
Visibility Control¶
The visibility of the Message widget can be controlled using formatting rules. This allows for conditional display of messages based on various criteria.
Example¶
1 2 3 4 5 6 | |