Chapter 16. Real-Time Data Display through Polling
Quick Reference Guide
Method signature
setPoll = "[int] seconds, [String] script" [int] is an integer value, 0 to 2,147,483,647 [String] is the script to call, returning an XML-GUI file
Examples
To retrieve the time at one second intervals
..
setPoll="1,getTime.php"
..
Every second the script getTime.php will be called
This internally will invoke the loadGui method, update set to true.
This means that it will ONLY update widgets, no new widgets are created.
ONLY named widgets are updated