Protected StatictransformerGets the algorithm used to transform the tagged HTMLInputElement's HTMLInputElement.value.
An anonymous function simply returning the string to transform.
StaticfunctionalityA base functionality for that transform HTMLInputElement's HTMLInputElement.values further whenever those have changed. A transformer of type (toTransform: string) => string that performs the actual change has to be provided, otherwise this HTML_Input_Transformer's HTML_Input_Transformer.transform will be used.
As provided by the CodBi.
As provided by the CodBi.
The (toTransform: string) => string performing the actual change.
Provides the HTML_Input_Transformer.functionality.
Remarks
Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)