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 associated with the refresh area widget.
- id
- (String) The unique identifier of the refresh area widget.
- widgetId
- (String) The unique identifier of the widget.
Related reference
wc.widgets.Carousel
wc.widgets.Grid
wc.widget.ScrollablePane
wc.widgets.Select
wc.widgets.ValidationTextbox
wc.widgets.wcTooltip
wc.widgets.WCDialog