Namespace: BackendSettings

BackendSettings

Contains the functionality of the backend settings page. Can either work for system or user settings, but the actions allowed to the user are restricted to his role (only admin has full privileges).
Source:

Members

<static> settings :object

Tab settings object.
Type:
  • object
Source:

<static> wp

Use this WorkingPlan class instance to perform actions on the page's working plan tables.
Source:

Methods

<static> bindEventHandlers()

Bind the backend/settings default event handlers. This method depends on the backend/settings html, so do not use this method on a different page.
Source:

<static> initialize(bindEventHandlers) → {undefined}

Initialize Page
Parameters:
Name Type Description
bindEventHandlers bool (OPTIONAL)Determines whether to bind the default event handlers (default = true).
Source:
Returns:
Type
undefined