HybridForms API
    Preparing search index...

    Tooltip class. The HybridForms tooltip that could be used within the form.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    element: HTMLElement

    the anchor element for the tooltip

    ITooltipSettings

    Methods

    • Close method. Remove tooltip.

      Parameters

      • Optionalduration: number

        enable close animation and set animation duration in ms

      Returns Promise<void>

    • Returns void

    • Open method. Show tooltip in given context

      Parameters

      • $context: JQuery<HTMLElement>

        scroll container context where tootip is placed

      • Optionalduration: number

        enable open animation and set animation duration in ms

      Returns Promise<void>