postLogin

This method is called by the Login component after the login has been successfully completed, but before publishing the loginComplete event.

It performs the following base-level post-login actions:

  • Sets the window caption.
  • Loads options data.
  • Subscribes to application-level events.

Your extending Application class can override this method, and include custom functionality as required.

The extending method must call the following method to include the functionality provided in the base Application class:

  • this.jsxsuper();

Syntax

postLogin();

Parameters

none

Returns

none