Class YAHOO.ext.UpdateManager.BasicRenderer
Object
|
+--YAHOO.ext.UpdateManager.BasicRenderer
- class
YAHOO.ext.UpdateManager.BasicRenderer
Default Content renderer. Updates the elements innerHTML with the responseText.
Defined in UpdateManager.js
|
Method Summary
* Parameter types in italic indicate optional parameters
|
void
|
render(<YAHOO.ext.Element> el, <Object> response, updateManager)
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.
|
YAHOO.ext.UpdateManager.BasicRenderer
YAHOO.ext.UpdateManager.BasicRenderer()
render
void render(<YAHOO.ext.Element> el, <Object> response, updateManager)
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 UpdateManager.
Parameters:
el - The element being rendered
response - The YUI Connect response object
Documentation generated by
JSDoc on Sat Oct 14 06:07:10 2006