This namespace contains functions that are used in the backend section of
the applications.
- Source:
Members
(static) DB_SLUG_ADMIN
Backend Constants
- Source:
Methods
(static) displayNotification(message, actions)
Display backend notifications to user.
Using this method you can display notifications to the use with custom
messages. If the 'actions' array is provided then an action link will
be displayed too.
Parameters:
Name | Type | Description |
---|---|---|
message |
string | Notification message |
actions |
array | An array with custom actions that will be available to the user. Every array item is an object that contains the 'label' and 'function' key values. |
- Source:
(static) placeFooterToBottom()
Place the backend footer always on the bottom of the page.
- Source: