X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.Updater.BasicRenderer.html diff --git a/docs/output/Ext.Updater.BasicRenderer.html b/docs/output/Ext.Updater.BasicRenderer.html index f19be77d..f23b4d99 100644 --- a/docs/output/Ext.Updater.BasicRenderer.html +++ b/docs/output/Ext.Updater.BasicRenderer.html @@ -1,5 +1,5 @@ -
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.
+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.
Method | Defined By | ||||||
---|---|---|---|---|---|---|---|
render( Ext.Element el , Object xhr , Updater updateManager , Function callback )
- :
+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.
\ No newline at end of file
|