Properties Methods Events Direct Link

Class CQ.Ext.Updater.BasicRenderer

Package:CQ.Ext
Class:Updater.BasicRenderer
Extends:Object
Clientlib:cq.widgets

This class is a base class implementing a simple render method which updates an element using results from an Ajax request.

The BasicRenderer updates the element's innerHTML with the responseText. To perform a custom render (i.e. XML or JSON processing), create an object with a conforming render method and pass it to setRenderer on the Updater.

Public Properties

This class has no public properties.

Public Methods

Method Defined By

Public Events

This class has no public events.