new MultiPageForm()
This form manually defines pages and link them together.
Methods
page(title) → {FormPage}
Create a new page for the current form.
Parameters:
Name | Type | Description |
---|---|---|
title |
string | The page title. |
Returns:
The created page.
- Type
- FormPage
set(orderedPages)
Set the pages in the given order in the form.
Parameters:
Name | Type | Description |
---|---|---|
orderedPages |
Array.<FormPage> | The pages to add in the form. |