HybridForms API
    Preparing search index...

    Class FieldlessControlAbstract

    Base class for all fieldless controls Fieldless controls are:

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultValue: any
    disposed: boolean
    element: HTMLElement
    enabled: any
    label: string
    labelEl: JQuery<HTMLElement>
    onChanged: (value: any) => void
    required: boolean
    tooltip: string
    visiting: boolean = false

    Methods

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

      Returns Promise<any>

    • Enables the form control.

      Returns void

    • 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

    • Checks if the form control is included in a repeating unit.

      Returns boolean

    • 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