MaestroThe UI design product. + Avalon TemplateThis topic is related to the Avalon Template used in Maestro. | Form Builder | 22.10 This feature was introduced in 22.10.
Maestro comes with the Page (Avalon) component that allows you to group components according to a form's navigation logic to build a user journey flow. This component is available when you use the Avalon Template. The Page (Avalon) component extends functionality of the Page component.
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
hideFromNavigator
Boolean
hideFromHeader
Boolean
hideFromFooter
Boolean
hideNavigationButtons
Boolean
hideFromHeader
Boolean
pageNoReturn
The Page component allows you to add the Page load and Page load scroll rules, which are handy for prefilling component's content as the page is loaded and displayed.
This option is available only if a Visibility rule exists on the component.
The following styles are available to this component:
form[name='form'] {
.avalon-page {
width: ~"calc(100% + 10px)";
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
.wdg-section-1-container {
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
box-shadow: none;
}
.wdg-section-1-outer-wrapper {}
.wdg-section-1-wrapper {
padding: 0;
}
.wdg-section-1-header {}
.wdg-section-1-icon {
display: none;
}
.wdg-section-1-title {
margin: 0;
padding: 0 0 20px 0;
outline: none;
}
.wdg-section-1-form-name {
display: none;
}
.wdg-section-1-additional-text {
display: none;
}
.wdg-section-1-body {
padding: 0;
}
}
&.av-receipt {
.avalon-page {
width: 100%;
}
}
// Fullscreen page overrides
.av-fullscreen {
.wdg-section-1-wrapper {
max-width: @ux-max-form-width;
margin-left: auto;
margin-right: auto;
}
.wdg-section-1-header {
display: none;
}
.wdg-section-1-body {
padding: 0;
}
}
}
Next, learn about the Save and Close component.