X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.Updater.BasicRenderer.html?ds=inline diff --git a/docs/output/Ext.Updater.BasicRenderer.html b/docs/output/Ext.Updater.BasicRenderer.html index 8f0ac71f..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 )
- :
- voidThis is called when the transaction is completed and it's time to update the element - The BasicRenderer
-updates the ... This is called when the transaction is completed and it's time to update the element - The BasicRenderer
-updates the elements innerHTML with the responseText - To perform a custom render (i.e. XML or JSON processing),
-create an object with a "render(el, response)" method and pass it to setRenderer on the Updater. Parameters:
| 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.
Method | Defined By | |
---|---|---|
render( Ext.Element el , Object xhr , Updater updateManager , Function callback )
+ :
+ voidThis 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 |