wc.widget.RefreshArea
The RefreshArea widget is used to wrap a Document Object Model (DOM) node that is refreshed by replacing the innerHTML property with new content loaded from the server. That is, a refresh area is a section of a page, which is dynamically updated with new content. A refresh area widget is associated with a registered refresh controller that handles listening for events that require this widget to be refreshed.
Example
<div dojoType="wc.widget.RefreshArea"
id="MiniShoppingCart"
widgetId="MiniShoppingCart"
controllerId="MiniShoppingCartController">
</div>
Parameters
- controllerID
- (String) The unique identifier of the refresh controller that is associated with the refresh area widget.
- id
- (String) The unique identifier of the refresh area widget.
- widgetId
- (String) The unique identifier of the widget.