wcRenderContext.getRefreshAreaIds (id)
The wcRenderContext.getRefreshAreaIds function returns the refresh area IDs associated with the specified render context.
Example
wcRenderContext.getRefereshAreaIds("OrderItemPaginationDisplay_Context");
Parameters
- id
- (String) The unique ID of the refresh area.
Related reference
WCRefreshController.refresh(parameters)
WCRefreshController.updateFormId(newFormId)
WCRefreshController.updateUrl(newURL)
wcRenderContext.declare (id, refreshAreaIds, initialProperties)
wcRenderContext.addRefereshAreaId (id, refreshAreaId)
wcRenderContext.getRenderContextProperties (id)
wcRenderContext.updateRenderContext (id, updates)
wcRenderContext.testForChangedRC (id, propertyNames)
wcRenderContext.checkIdDefined (id)
wcService.declare (initProperties)
wcService.getServiceById (serviceId)
wcService.invoke (serviceId, parameters)