On this page
Widgets
Widgets are Zabbix frontend modules used for the dashboards. Unless otherwise noted, all module guidelines are also applicable to widgets.
However, a widget is notably different from a module. To build a widget:
- specify the type "widget" in the manifest.json file ("type": "widget");
- include at least two views: one for the widget presentation mode and one for the widget configuration mode (example.widget.view.php and example.widget.edit.php);
- and a controller for widget presentation (WidgetView.php);
- use and extend default widget classes.