CodBi
    Preparing search index...

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

    Index

    Constructors

    Methods

    Constructors

    Methods

    • This functionality maps the properties of an object to the placeholders in a string replacing their occurrences. The placeholders syntax is: Property-Name surrounded by "[(" and ")]" (e.g. [(propertyName)]).

      Config Parameter:

      • Replacements The object containing the properties which's values will be used to replace the placeholders. If the object is an Array the string containing the placeholders will replicated for each one. That way it is possible to use the string containing the placeholders as a template.
      • Property The property of the tagged object that contains the string to replace the placeholders in.
      • CSS The CSS-Rules to apply onto the Element "toProcess" when replacement has been completed. This is for e.g. to hide the Element from view as long as the placeholders aren't replaced yet.

      Parameters

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

        Provided by the CodBi.

      • toProcess: Element

        Provided by the CodBi.

      Returns void