1 Reply Latest reply on Nov 1, 2008 12:33 AM by gsegura

    javascript onRerendered event

    gsegura

      Hello everybody,

      is there any way to react when a component has been reRendered?
      I need to do some javascript operations whenever a component has been refreshed.
      There are many triggers for refreshing the component so using oncomplete in those triggers is prone to error due to omission.

      So I wonder if there is some equivalent to JQuery's ready() or window.onLoad but local, component-wise.


      regards