CodBi
    Preparing search index...

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • The Functionality defines a blacklist of values that may not be the value of an HTMLInputElement. If a jQuery - Datepicker is enabled. A Date in the List - Parameter needs to have each of it's elements specified as 2-digit values (10.03.2025 not 10.3.2025).

      • List: Contains a string - CSV of forbidden values.
      • Prefix: The string to show before listing all the values in "List" when displaying an errormessage.
      • Postfix: The string to show after List when displaying an errormessage.
      • Separator: The string to be shown in between each element of the List when displaying an errormessage. Defaults to ", ".
      • ShowBlacklist: Whether to show the List in the errormessage or not (true/false). Defaults to false.

      Parameters

      • toLoad: { [key: string]: unknown }

        Provided by the CodBi.

      • toProcess: Element

        Provided by the CodBi.

      Returns void