Print Friendly

Class YAHOO.ext.UpdateManager.BasicRenderer

Package:YAHOO.ext
Class:UpdateManager.BasicRenderer
Extends:Object
Defined In:UpdateManager.js
Default Content renderer. Updates the elements innerHTML with the responseText.

Public Properties

This class has no public properties.

Public Methods

Method Defined By
  render(YAHOO.ext.Element el, Object response) : void UpdateManager.BasicRenderer
This is called when the transaction is completed and it's time to update the element - The BasicRenderer updates the...

Public Events

This class has no public events.

Method Details

render

public function render(YAHOO.ext.Element el, Object response)
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 : YAHOO.ext.Element
    The element being rendered
  • response : Object
    The YUI Connect response object
Returns:
  • void
This method is defined by UpdateManager.BasicRenderer.

Copyright © 2006 Jack Slocum. All rights reserved.