CodBi
    Preparing search index...

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

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Registers the "LDAP.Autocomplete"-Functionality.

      This functionalities takes advantage of the LDAP_Find Elementplaceholder to complete what is typed into the tagged HTMLInputElement with data from a connected Formcycle predefined LDAP-Query according to the LDAP_Find specifications. It suggests completions as soon as there are multiple matches and only allows entries that match exactly one LDAP-Entry.

      Config Parameter:

      • Property: The LDAP-Property that shall be autocompleted.
      • CSSProposals: The CSS-Style for the proposals-Select-Element appearing when there are multiple matches.
      • URL: The URL of the Formcycle predefined LDAP-Query to use.
      • MsgNotInLDAP: The message to display when the entered value is not found in the LDAP.

      Parameters

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

      Returns void