Extending Custom Widgets in Web-Based SCADA Configuration Tool
Demo URL: http://121.40.16.189:12000
1. Adding a New Widget Category to the Sidebar
1.1. Registering the Menu Entry
To add a new category (e.g., "Control Widgets") to the left sidebar, modify Sidebar.js. Locate the Sidebar.prototype.categoryMenus array and insert a new entry:
Sidebar.prototype.categoryMenus = [
{
id: 4,
name ...
Posted on Thu, 02 Jul 2026 17:29:51 +0000 by ALEXKENT18