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.