Image slider

Hi all,

I wanted to know if there is some bean or plugin for Servoy that slides between N images automatically fow the web client or some way with javascript to do so. An example of this would be in the home of http://servoy.com/

Thanks in advanced,
Andres

Hi Andres,

using the ‘web client utils’ plugin (servoyforge.net) you can find the DOM elements on the dynamically created webclient pages.
That way you can include the jQuery library / plugins in order to achieve this.

Hope this helps

Hi Andres,

We have done the image slider using JQuery plugins in servoy for both smart and web client. We need to add the JQuery libraries and CSS files in the ROOT/resources folder and access them directly in the HTML code, and attached this code to the HTML area onLoad of the form.

For smart client we need to take the help of Browser Bean for doing the same.

Thanks,
Sovan

thanks you guys!!

I’ll be trying both ways and let you know about the results

Hi guys, I just wanted to let you know that with Sovan’s way I got this working. It’s very simple, just copy the jquery, css and my own .js in the folder ROOT/servoy-webclient and that’s it!

Thanks!!

Good to know you liked it… :)
You can get more information on implementing this from Servoy Javascript Bridge.

Thanks,