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

    Schnittstelle XmFormModelValidation

    The configuration that describes how form element should be validated.

    interface XmFormModelValidation {
        fields: Record<string, FieldValidationsDescriptor>;
        revids: FieldReferencesDescriptor;
    }
    Index

    Eigenschaften

    Eigenschaften

    fields: Record<string, FieldValidationsDescriptor>

    A map between the ID of a form element and the validation rules for that element.

    The configuration that describes which elements reference other form elements. For example, an elment might be visible or hidden depending on the value of another element.