Using Javascripts Within Wicket

2010-06-08 Thread WTdewd

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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Using Javascripts Within Wicket

2010-06-08 Thread Wilhelmsen Tor Iver
 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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org