widget_management
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
widget_management [2023/01/29 17:40] – created wtkadmin | widget_management [2025/03/30 17:44] (current) – [Use Widgets to Update Data and Refresh Widget] wtkadmin | ||
---|---|---|---|
Line 6: | Line 6: | ||
First create Widgets and then assign them to Widget Groups. | First create Widgets and then assign them to Widget Groups. | ||
+ | |||
+ | {{youtube> | ||
===== Widget Creation ===== | ===== Widget Creation ===== | ||
Line 54: | Line 56: | ||
When a dashboard needs to be edited by a user, simply copy the WidgetGroup and fill the wtkWidgetGroup_X_Widget.UserUID value with the wtkUsers.UID value. | When a dashboard needs to be edited by a user, simply copy the WidgetGroup and fill the wtkWidgetGroup_X_Widget.UserUID value with the wtkUsers.UID value. | ||
- | ===== Defauling | + | ===== Defaulting |
The logic used to determine if a widget set is copied to a user is as follows: | The logic used to determine if a widget set is copied to a user is as follows: | ||
- | If user already has at least one personal widget then skip. | + | * If user already has at least one personal widget then skip. |
- | Otherwise check to see if there is a Widget Group with a Staff Role that matches the wtkUsers.StaffRole. | + | |
- | If there is not a matching StaffRole WiddgetGroup, | + | |
The " | The " | ||
+ | |||
+ | ===== Use Widgets to Update Data and Refresh Widget ===== | ||
+ | |||
+ | In the WTK Admin website if you have the Widget "Link to Page" and make that page "Use Modal Window", | ||
+ | |||
+ | The **/ | ||
+ | |||
+ | In your PHP page have the update buttons defined as follows: | ||
+ | |||
+ | <code PHP> | ||
+ | $pgBtns = wtkModalUpdateBtns(' | ||
+ | </ | ||
+ | |||
+ | Make certain your PHP has the form defined as: | ||
+ | |||
+ | <code PHP> | ||
+ | <form id=" | ||
+ | </ | ||
+ | |||
+ | Also in your PHP add this code to put the `wtkWidgets`.`UID` into a hidden field. | ||
+ | |||
+ | <code PHP> | ||
+ | $pgHtm .= wtkFormHidden(' | ||
+ | </ | ||
+ | |||
+ | |||
+ | The " |
widget_management.1675014038.txt.gz · Last modified: 2023/01/29 17:40 by wtkadmin