Class Ext.Updater.BasicRenderer

Package:Ext
Defined In:UpdateManager.js
Class:Updater.BasicRenderer
Extends:Object

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

MethodDefined By

Public Events

This class has no public events.