Class: MultiPageForm

MultiPageForm

new MultiPageForm()

This form manually defines pages and link them together.
Source:

Methods

page(title) → {FormPage}

Create a new page for the current form.
Parameters:
Name Type Description
title string The page title.
Source:
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.
Source: