X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.Updater.BasicRenderer.html diff --git a/docs/output/Ext.Updater.BasicRenderer.html b/docs/output/Ext.Updater.BasicRenderer.html index 8c6b8d84..f19be77d 100644 --- a/docs/output/Ext.Updater.BasicRenderer.html +++ b/docs/output/Ext.Updater.BasicRenderer.html @@ -1,6 +1,5 @@ -
Package: | Ext |
Defined In: | UpdateManager.js |
Class: | Updater.BasicRenderer |
Extends: | Object |
Method | Defined By | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
render( Ext.Element el , Object response , Updater updateManager , Function callback )
+Class Ext.Updater.BasicRenderer
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 PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events. This method is called when an Ajax response is received, and an Element needs updating. This method is called when an Ajax response is received, and an Element needs updating. Parameters:
| Updater.BasicRenderer |