OTRS API Reference JavaScript

Namespace: Core.Customer.Login

Core.Customer. Login

This namespace contains all functions for the Customer login.
Author:
  • OTRS AG
Source:

Methods

(static) Init() → {Boolean}

This function initializes the login functions. Time gets tracked in a hidden field. In the login we have four steps: 1. input field gets focused -> label gets greyed out via class="Focused" 2. something is typed -> label gets hidden 3. user leaves input field -> if the field is blank the label gets shown again, 'focused' class gets removed 4. first input field gets focused
Source:
Returns:
False if browser is not supported
Type
Boolean