You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by WTdewd <xx...@yahoo.com> on 2010/06/08 09:43:19 UTC

Using Javascripts Within Wicket

Hello everyone,

I'm making a website using Wicket and I need some help.

In the header of my page, I'd like to add a picture-slide-show kind of
thing. That is, my header will be containing a picture, that will e.g. fade
out every 5 seconds and a new picture would take it's place.

After googling, I didn't manage to find any wicket components that can do
this. I know I could find some javascripts to do the job, but last time I
tried to use javascript within my wicket web site, it failed, so I just gave
up javascript that time, but now it seems that I have no other solution.

Can you please give me some guidelines on how to integrate javascripts in my
wicket page, without having to rely on Ajax?

p.s. Yes, I did my google homework, but it failed me. :(

Thanks in advance,
Emir 
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-Javascripts-Within-Wicket-tp2246988p2246988.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Using Javascripts Within Wicket

Posted by Wilhelmsen Tor Iver <To...@arrive.no>.
> In the header of my page, I'd like to add a picture-slide-show kind of
> thing. That is, my header will be containing a picture, that will e.g.
> fade
> out every 5 seconds and a new picture would take it's place.
> 
> After googling, I didn't manage to find any wicket components that can
> do
> this. I know I could find some javascripts to do the job, but last time
> I
> tried to use javascript within my wicket web site, it failed, so I just
> gave
> up javascript that time, but now it seems that I have no other
> solution.

Wicket ships with YUI components, but not sure which version; in any case, there is a YUI slideshow component here:

http://yuilibrary.com/gallery/show/yui-slideshow

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org