Class CmsNativeComplexWidgetRenderer

java.lang.Object
org.opencms.acacia.client.CmsNativeComplexWidgetRenderer
All Implemented Interfaces:
I_CmsEntityRenderer

CmsRenderer which delegates the rendering of an entity to native Javascript. This renderer will interpret its configuration string as a JSON object (which we will call 'config'). To render an entity, it will take the name of a function from config.render and then call the function with the entity to render, the parent element, a VIE wrapper, and the configuration object as parameters.