Purpose Refresh a screen automatically and periodically If a screen is based on content that may change quickly, for example performance data of a system or data collected from outside, it makes sense to offer a way to automatically refresh the screen periodically, e.g. every minute. |
Solution Example
With a second click the user can stop the automatic refresh:
Video
Link to HTML page:
// delete some fields which we are going to replace with the refresh area del F[HDB_OVERVIEW-HOST] // HDB_OVERVIEW-HOST del F[HDB_OVERVIEW-INSTANCE_NAME] // HDB_OVERVIEW-INSTANCE_NAME // display the refresh control name="AutomaticRefresh" -closeOnHide // Use connectHTM to call "guixt_initialize" and pass the "guixt"
object
|
Components |