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

Hierarchy

Constructors

Properties

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

The height for the WebView control

label: string
labelEl: JQuery<HTMLElement>
onChanged: Function
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

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

    Returns any

  • 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

    • Optional value: any

    Returns any

Generated using TypeDoc