MaestroThe UI design product. + Avalon TemplateThis topic is related to the Avalon Template used in Maestro. | Form Builder | 22.04 This feature was introduced in 22.04.
Maestro comes with the Progress Bar component that allows you to inform a form user of ongoing activity, such as loading customer data. This is crucial in building various user journey flows. This component is available when you use the Avalon Template.
The following properties are available to this component:
Rich Text titleText
{{T[item.id].label}}
value is used.Rich Text
subtitleText
<h1 ng-bind-html="T[Form.$Pages.currentPage.id].properties.formName">Form Name</h1>
value is used.
You can use HTML tags in the Subtitle Text component, for example, <samp>Welcome</samp> to <em>my</em> page!
. For more information, see rich text editor.
Rich Text
additionalText
Rich Text helpText
Boolean
offMenu
Boolean
hideFromNavigator
Boolean
hideFromHeader
Boolean
hideFromFooter
Boolean
hideNavigationButtons
Boolean
hideFromHeader
Boolean
pageNoReturn
Rich Text
We recommend using the Form.showAccessibleAlert(message, expanded [, delay])
method to programmatically make assistive technologies, such as screen readers, notify the user of an event that will otherwise not be announced, such as loading progress, or popup content. For more information, see Maestro API Reference.
The following styles are available to this component:
Next, learn about the Save and Close component.