formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface 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

    Properties

    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.