CodBi
    Preparing search index...

    Autore iniziale: Callari, Salvatore (Callari@WaXCode.net) Manutentore: Callari, Salvatore (Callari@WaXCode.net)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get transformer(): (
          toTransform: string,
          toLoad: { [key: string]: unknown },
      ) => string

      Ottiene l'algoritmo utilizzato per trasformare HTMLInputElement con tag HTMLInputElement.value.

      Returns (toTransform: string, toLoad: { [key: string]: unknown }) => string

      Una funzione anonima che restituisce semplicemente string da trasformare.

    Methods

    • Una funzionalità di base per quella trasformazione HTMLInputElement di HTMLInputElement.values ulteriormente ogni volta che questi sono cambiati. Un transformer di tipo (toTransform: string) => string that esegue la modifica effettiva deve essere fornita, altrimenti questo HTML_Input_Transformer's Verrà utilizzato HTML_Input_Transformer.transform.

      Parameters

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

        As provided by the CodBi.

      • toProcess: Element

        As provided by the CodBi.

      • transformer: (toTransform: string, toLoad: { [key: string]: unknown }) => string = HTML_Input_Transformer.transformer

        The (toTransform: string) => string performing the actual change.

      Returns void