projects/components/widgets/containers/wizard/src/wizard.component.doc.ts
The wmWizard component defines the wizard widget.
Methods |
Inputs |
| onCancel | ||||||||||||
onCancel(widget: any, steps: Array
|
||||||||||||
|
Callback function which will be triggered when the widget cancel button is clicked.
Parameters :
Returns :
void
|
| onDone | ||||||||||||
onDone(widget: any, steps: Array
|
||||||||||||
|
Callback function which will be triggered when the done button is clicked.
Parameters :
Returns :
void
|
| actionsalignment |
Type : string
|
Default value : 'right'
|
|
This property sets placement of actions. Allowed Values:
|
| cancelable |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide cancel button in the wizard widget. Bindable: |
| cancelbtnlabel |
Type : string
|
Default value : 'Cancel'
|
|
This property defines the caption for Cancel step. Bindable: |
| class |
Type : string
|
|
Class of the widget. |
| defaultstep |
Type : string
|
Default value : 'none'
|
|
This property allows users to set default step on load of wizard. Allowed Values:
|
| donebtnlabel |
Type : string
|
Default value : 'Done'
|
|
This property defines the caption for Done step. Bindable: |
| horizontalalign |
Type : string
|
|
This property specifies how the elements should be aligned horizontally. Allowed Values:
|
| name |
Type : string
|
|
Name of the wizard widget. |
| nextbtnlabel |
Type : string
|
Default value : 'next'
|
|
This property defines the caption for Next step. Bindable: |
| previousbtnlabel |
Type : string
|
Default value : 'Previous'
|
|
This property defines the caption for Previous step. Bindable: |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the wizard widget on the web page. Bindable: |
| stepstyle |
Type : string
|
Default value : 'justified'
|
|
This property sets style on to the step title. Allowed Values:
|