ReadonlyactivityInternalavailableAll steps in order including only available steps.
ReadonlycontrollerInternalcurrentThe current step index (in the array of all steps, not available steps)
The finish action.
If an error occurs, the dialog will not be closed and the current activity manager's default error handling is used.
The value that will be returned as the dialog result or Tabzard.CANCEL_FINISH to cancel finishing/saving and leave the tabzard open without showing any errors automatically.
OptionalfinishOptional custom text for the finish button in create mode. If not provided, defaults to "Finish" (localized).
The dialog height. See GenericDialog for more info.
Forwarded to the dialog.
OptionalloadThe loadModel action.
The first parameter is the model passed to the generic dialog service.
All tabzard steps will show a spinner while loading.
If an error occurs, the dialog will be closed immediately and the current activity manager's default error handling is used.
The tabzard mode.
Readonly InternalstepsThe dialog width. See GenericDialog for more info.
Static ReadonlyCANCEL_
A dialog with multiple steps.
The
<tabzard>custom element is a replacement for the<generic-dialog>custom element. TheGenericDialogControllerandGenericDialogServicecan be used to open and close tabzards. Basic Tabzard example: