CodBi
    Preparing search index...
    • Registers standard configurations specific to LDAP-Autocompletion in HTMLInputElements.

      CSS-Classes:

      • CodBi_LDAP_AC_Mail The HTMLInputElements tagged with this class will be configured to be autocompleted as soon as the entered mail-address matches an entry in the connected LDAP. As long as there are multiple matches, a selection will be presented to the user. Entering an address that does not match any entry in the LDAP will not be tolerated. This class matches the common LDAP-Property mail.

      • CodBi_LDAP_AC_FirstName This class matches the common LDAP-Property givenName.

      • CodBi_LDAP_AC_LastName This class matches the common LDAP-Property sn.

      • CodBi_LDAP_AC_Title This class matches the common LDAP-Property title.

      • CodBi_LDAP_AC_Department This class matches the common LDAP-Property department.

      • CodBi_LDAP_AC_Telephone This class matches the common LDAP-Property telephoneNumber.

      • CodBi_LDAP_AC_Account This class matches the common LDAP-Property sAMAccountName.

      • CodBi_LDAP_AC_CommonName This class matches the common LDAP-Property cn.

      • CodBi_LDAP_AC_DisplayName This class matches the common LDAP-Property displayName.

      Returns void