JavaScript APIs
The JavaScript APIs are categorized in the following groups:
-
API Calls and HTTP Requests - Methods for making API calls and HTTP requests.
-
Events - Methods for adding and removing event listeners for various DOM events.
-
Forms - Methods for setting, getting, and manipulating form fields.
-
General - Methods for configuring and extending the portal.
-
Navigation - Methods for setting, getting, and manipulating navigation menu items.
-
Notifications - Methods for displaying notifications to portal users.
-
Plugins - Methods to register, de-register, activate, and disable portal plugins.
-
Rendering - Methods for rendering content into the UI.
-
Sanitize - Methods for sanitizing HTML template strings before rendering them into the UI.
-
Session - Methods for managing the current user session.
-
Settings - Methods for configuring and managing portal settings.
-
Storage - Methods for storing and accessing data locally in the browser.
-
Template - Methods for setting, updating, and managing UI templates.
-
Translations - Methods for internationalizing the portal.
-
Utilities - Helper methods to make working with the portal a bit easier.