CodBi
    Preparing search index...

    Provides the HTML_Select_Injection.functionality.

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

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Registers the "Date.Frame"-Functionality.

      This functionality connects two HTMLInputElements to not permit the designated Minimum-HTMLInputElement to have a date that is after the maximum one (JQuery Datepicker supported). In order for this functionality to work in repetitive containers, the tagged HTMLInputElement and the corresponding MaxField need to be within the same container.

      • MaxField: CSS-Selector selecting the HTMLInputElement that takes the maximum date.
      • MsgMinInvalid: The string to show as the error message when the minimum-HTMLInputElement's value is after the one in the maximum-HTMLInputElement.
      • MsgMaxInvalid: The string to show as the error message when the maximumHTMLInputElement's value is before the one in the minimum-HTMLInputElement.
      • EqualityPermitted: A boolean indicating whether equality between minimum and maximum dates is allowed.

      Parameters

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

      Returns void