1 Reply Latest reply on Jun 12, 2007 5:47 AM by ilya_shaikovsky

    Calling javascript function on re-render?

    kjohnston

      Say I have several actions that could cause a component to re-render. If I have a javascript function that I want to have invoked when that component is redrawn, I have to put a call in the oncomplete attribute of each of those actions.

      Is there any way to register a javascript function that will be called whenever a given component is re-rendered?