John,
It’d be nice to have a refresh button for when you want to keep the poll interval suitably big – useful at dev time for checking that your code is doing what its supposed to rather than waiting for the poll interval to click round.
Jamie
Comments: ** Comment from web user: sbanacho **
It’d be nice to have a refresh button for when you want to keep the poll interval suitably big – useful at dev time for checking that your code is doing what its supposed to rather than waiting for the poll interval to click round.
Jamie
Comments: ** Comment from web user: sbanacho **
Hi, you don't even need a button to do so. You can add a click handler for the gadget itself, by adding an ondblclick handler like so:
<body onload="onLoadMain();" ondblclick="onDblClick()" scroll="no">
Then you can doubleclick anywhere on the gadget to get a refresh.
I have attached a patched version of the gadget that does this if you're interested.