RefreshWidget

Refreshes the specified widget. This causes the widget to be refreshed or reloaded. New values are obtained and passed to the widget to display the results.

Parameters

Name Type Description
widgetName String The name of the widget.

Return Value

Result Value
(none)  

Examples

This example refreshes the widget named RSS:

RefreshWidget("RSS");

Comments

(none)