Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
widget_management [2025/03/30 02:14] – changed video link into playable wtkadmin | widget_management [2025/03/30 17:44] (current) – [Use Widgets to Update Data and Refresh Widget] wtkadmin |
---|
| |
| |
The "widgetRefresh" is then sent back via the **modalSave** JS function. That retrieves the hidden WidgetUID value and passes it back via an AJAX call to **/wtk/widgets.php**. Normally widgets.php returns several widgets but when called this way it receives the UID and returns only the specific Widget requested, updating it on the dashboard. | The "widgetRefresh" is then sent back via the **modalSave** JS function. That retrieves the hidden WidgetUID value and passes it back via an AJAX call to **/wtk/widgets.php**. Normally widgets.php returns several widgets but when called this way it receives the `UID` and returns only the specific Widget requested, updating it on the dashboard. |