This namespace handles the js functionality of the backend services page.
- Source:
Members
-
<static> helper :ServicesHelper|CategoriesHelper
-
Contains the basic record methods for the page.
Type:
- Source:
Methods
-
<static> bindEventHandlers()
-
Binds the default event handlers of the backend services page. Do not use this method if you include the "BackendServices" namespace on another page.
- Source:
-
<static> initialize(bindEventHandlers)
-
Default initialize method of the page.
Parameters:
Name Type Description bindEventHandlers
bool (OPTIONAL) Determines whether to bind the default event handlers (default: true). - Source:
-
<static> updateAvailableCategories(categories)
-
Update the service category listbox. Use this method every time a change is made to the service categories db table.
Parameters:
Name Type Description categories
array Contains the available category objects. - Source: