HybridForms API
    Preparing search index...

    Class Page

    Static properties and methods related to the page.

    Index

    Constructors

    Methods

    • Gets the current form page.

      Returns any

    • Returns HTMLElement

    • Navigates to a page of the form page.

      Parameters

      • id: string

        html element id

      Returns void

    • Navigates 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.

      Parameters

      • Optionalcondition: NextPageConditionEnum

        define if next page is navigated to depending of fullfilled or visible condition.

      Returns void

    • Scroll to a html element on the page.

      Parameters

      • element: HTMLElement
      • duration: number = 200

        the duration of the scrolling, default = 200;

      Returns void

    • Returns void