formcycle 8.3.6 - JavaScript für Formulare
    Bereite Suchindex vor...

    Schnittstelle FormulaHoldingFields

    The configuration with the form fields for which a condition with a formula was defined.

    interface FormulaHoldingFields {
        hidden: string[];
        readonly: string[];
        required: string[];
    }
    Index

    Eigenschaften

    Eigenschaften

    hidden: string[]

    List of IDs of the field with a hidden-if condition with a formula.

    readonly: string[]

    List of IDs of the field with a readonly-if condition with a formula.

    required: string[]

    List of IDs of the field with a required-if condition with a formula.