Namespace: BackendCustomers

BackendCustomers

Backend Customers javasript namespace. Contains the main functionality of the backend customers page. If you need to use this namespace in a different page, do not bind the default event handlers during initialization.
Source:

Members

<static> helper

The page helper contains methods that implement each record type functionality (for now there is only the CustomersHelper).
Source:

Methods

<static> bindEventHandlers()

Default event handlers declaration for backend customers page.
Source:

<static> initialize(defaultEventHandlers)

This method initializes the backend customers page. If you use this namespace in a different page do not use this method.
Parameters:
Name Type Description
defaultEventHandlers bool (OPTIONAL = false) Whether to bind the default event handlers or not.
Source: