HybridForms API
    Preparing search index...

    The WebView control can be used to place an online or offline Video.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultValue: any
    disposed: boolean
    element: HTMLElement
    enabled: any
    height: number

    The height for the WebView control

    label: string
    labelEl: JQuery<HTMLElement>
    onChanged: (value: any) => void
    options: any
    required: boolean
    tooltip: string

    The type of the WebView. Should it show an online video (Youtube, etc.) or an offline video file

    url: string

    The url to the video. It can an 'https://' or a file ('{{HFFormPath}}') link

    visiting: boolean = false
    width: number

    The width for the WebView control

    Methods

    • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

      Returns Promise<any>

    • Returns any

      all fields and values that are connected with the the form control.

    • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

      Returns any

    • Gets the PostfixFieldId. Relevant for operations in repeating units. Check first, if the form control is contained in a repeating unit, see: isRepeatingUnit.

      Returns string

    • Hide FormControl

      Parameters

      • animate: boolean = false

        En/Disable animation

      • lock: boolean = true

        Enable lock of hidden FormControl to not process control with condition

      Returns void

    • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

      Returns number

    • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

      Parameters

      • value: any

      Returns void

    • Does nothing. Overwrites the inherited method from FormControl. This form control do not have saved data in fields.

      Returns number

    • Show hidden FormControl

      Parameters

      • animate: boolean = false

        En/Disable animation

      • unlock: boolean = true

        Disable lock of hidden state to process control with condition

      Returns void

    • Does nothing. Overwrites the inherited method from FormControl. This form control only set values of other form controls.

      Parameters

      • Optionalvalue: any

      Returns any