CodBi
    Preparing search index...

    Provides the HTML_Select_Injection.functionality.

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

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Registers the "Print.Remove"-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.

      Config Parameter:

      • DocumentSelector: The CSS-Selector specifying the HTMLElement to HTMLElement.remove. This parameter takes precedence over ParentalLevel.
      • ParentalLevel: The number of elements to climb up the HTMLElement.parentElement-Tree to get to the HTMLElement to HTMLElement.remove.
      • Invert: Specifies whether this functionality shall be inverted, e.g. the HTMLElement will get HTMLElement.removed in the form but shown when printed (defaults to NOT SET). If set ParentalLevel will be set to "1" if it has not been set, since the CodBi does not allow to remove the HTMLElement toProcess.

      Parameters

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

      Returns void