On 7/28/07, Leszek Gawron <[EMAIL PROTECTED]> wrote:
> I'd like to create an ajax heavy application (no pages, all panels).
> When replacing panels during ajax event I would like the old panel to
> fade out and new one to fade in (or any kind of morph effect).
>
> I've been trying to make use of wicket-scriptaculous module but without
> success.

You could just use scriptaculous by itself.

Add the appropriate header contributions and then something like

target.appendJavascript("new Effect.Highlight($('" +
thePanel.getMarkupId() + "'));");

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to