Skip to main content
A newer version of this page is available. .

Extend Web Dashboard Functionality

The Web Dashboard’s client part is the JavaScript DashboardControl that provides a user interface for designing a dashboard and interacting with it.

This control allows you to maintain specific end-user capabilities (exporting, binding to data, the toolbox capabilities, etc.) using independent JavaScript modules/classes called extensions. You can customize existing extensions (for instance, add or remove commands from the dashboard menu) or create new extensions to add the required functionality.

This section consists of the following topics:

See Also