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 |