AjaxEventBehavior

On Wed, Feb 16, 2011 at 5:41 PM, Brown, Berlin [GCG-PFS] <
berlin.br...@primerica.com> wrote:

> I am using the Ajax Tabbed Panel class and I could possibly hijack the
> "onUpdate/onClick" routines to suit my needs.
>
> But I was curious, is there an event/behavior  that I can call when a
> panel loads or render.
>
> Something along the lines of:
>
> SomeAjaxPanel {
>  onBeforeRender() {
>    this.add(AjaxBehavior("onload') {
>      onEvent(target) {
>         ....
>      }
>   }
>  }
>
> }
>

Reply via email to