SBM JavaScript Library Guide → Reference → Field Methods → 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.
Name | Type | Description |
---|---|---|
widgetName | String | The name of the widget. |
Result | Value |
---|---|
(none) |
This example refreshes the widget named RSS:
RefreshWidget("RSS");
(none)
Copyright © 2007–2016 Serena Software, Inc. All rights reserved.