wcRenderContext.getRenderContextProperties (id)
The wcRenderContext.getRenderContextProperties function returns the render context declared by the specified identifier.
Example
var myRCProperties = wcRenderContext.getRenderContextProperties("paymentContext");
Parameters
- id
- (String) The unique ID of the render context.
Related reference
WCRefreshController.refresh(parameters)
WCRefreshController.updateFormId(newFormId)
WCRefreshController.updateUrl(newURL)
wcRenderContext.declare (id, refreshAreaIds, initialProperties)
wcRenderContext.getRefreshAreaIds (id)
wcRenderContext.addRefereshAreaId (id, refreshAreaId)
wcRenderContext.updateRenderContext (id, updates)
wcRenderContext.testForChangedRC (id, propertyNames)
wcRenderContext.checkIdDefined (id)
wcService.declare (initProperties)
wcService.getServiceById (serviceId)
wcService.invoke (serviceId, parameters)