HybridForms API
    Preparing search index...

    The MailButton control places a button to open system mail application.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    buttonHeading: string

    The label of the button.

    buttonLabel: string

    The label of the button.

    buttonType: string

    The type of the button. Go to FormButtonType to get all possibilities.

    defaultValue: any
    disposed: boolean
    element: HTMLElement
    enabled: any
    icon: string

    The button icon; SVG or fontawesome icon

    label: string
    labelEl: JQuery<HTMLElement>
    mailId: string

    The id of the mail address input form control

    mailSubject: string

    The subject line for the mail

    onChanged: (value: any) => void
    options: any
    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>

    • 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