Static
addAdd an event listener to the form page.
Type of the event listener, defined in the PageEventsEnum.
A callback function
Static
getGets the current form page.
Static
getStatic
navigateNavigates to a page of the form page.
html element id
Static
navigateNavigates to next page of the form page depending of given condition. If condition is 'fullfilled' the next editable page is navigated to. If condition is 'visible' the next visible page is navigated to.
Optional
condition: NextPageConditionEnumdefine if next page is navigated to depending of fullfilled or visible condition.
Static
removeAlways remove previously registered event listeners!
Type of the event listener, defined in the PageEventsEnum.
A callback function.
Static
scrollScroll to a html element on the page.
the duration of the scrolling, default = 200;
Static
update
Static properties and methods related to the page.