X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/docs/output/Ext.Updater.BasicRenderer.html?ds=sidebyside
diff --git a/docs/output/Ext.Updater.BasicRenderer.html b/docs/output/Ext.Updater.BasicRenderer.html
index 9907c00c..f19be77d 100644
--- a/docs/output/Ext.Updater.BasicRenderer.html
+++ b/docs/output/Ext.Updater.BasicRenderer.html
@@ -1,55 +1,5 @@
-
-
-
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
-
-
-
-
-
-
- |
-
-
- render( Ext.Element el , Object response , Updater updateManager , Function callback ) : void
- This 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:
- el : Ext.ElementThe element being rendered response : ObjectThe XMLHttpRequest object updateManager : UpdaterThe calling update manager callback : FunctionA callback that will need to be called if loadScripts is true on the Updater
- Returns:
-
-
-
-
- |
- Updater.BasicRenderer |
-
-
-
-
Public Events
-
This class has no public events.
-
\ No newline at end of file
+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
|
| 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:el : Ext.ElementThe element being rendered xhr : ObjectThe XMLHttpRequest object updateManager : UpdaterThe calling update manager callback : FunctionA callback that will need to be called if loadScripts is true on the Updater Returns: | Updater.BasicRenderer |
Public Events
This class has no public events.
\ No newline at end of file