X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.Updater.BasicRenderer.html diff --git a/docs/output/Ext.Updater.BasicRenderer.html b/docs/output/Ext.Updater.BasicRenderer.html index 8c6b8d84..f23b4d99 100644 --- a/docs/output/Ext.Updater.BasicRenderer.html +++ b/docs/output/Ext.Updater.BasicRenderer.html @@ -1,6 +1,5 @@ -
Properties Methods Events Direct Link

Class Ext.Updater.BasicRenderer

Package:Ext
Defined In:UpdateManager.js
Class:Updater.BasicRenderer
Extends:Object
Default Content renderer. Updates the elements innerHTML with the responseText.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file +
Properties Methods Events Direct Link

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.
\ No newline at end of file