new WizardSteps(pages, container, config)
Section with steps, constructs from list, list item and link.
Parameters:
Name | Type | Description |
---|---|---|
pages |
PureWizardPage | The list with all pages |
container |
HTMLElement | Container where the steps are located |
config |
Object | Additional config object |
Properties:
Name | Type | Description |
---|---|---|
config.ulClass |
String | Add custom ul class |
config.liClass |
String | Add custom li class |
config.aClass |
String | Add custom a class |
config.aActiveClass |
String | - |
- Source:
Methods
setStep(stepNumber)
Highlight current step with class
Parameters:
Name | Type | Description |
---|---|---|
stepNumber |
Number | Make the step active, starts from 0 |
- Source: