This namespace handles the js functionality of the users backend page. It uses three other
classes (defined below) in order to handle the admin, provider and secretary record types.
- Source:
Members
-
<static> helper :AdminsHelper|ProvidersHelper|SecretariesHelper
-
Contains the current tab record methods for the page.
Type:
- Source:
-
<static> wp :object
-
Use this class instance for performing actions on the working plan.
Type:
- object
- Source:
Methods
-
<static> bindEventHandlers()
-
Binds the defauly backend users event handlers. Do not use this method on a different page because it needs the backend users page DOM.
- Source:
-
<static> initialize(defaultEventHandlers)
-
Initialize the backend users page.
Parameters:
Name Type Description defaultEventHandlers
bool (OPTIONAL) Whether to bind the default event handlers (default: true). - Source: