Pregunta

In my project i have to create a slideshow at homepage. I want it to be like the fractionslider here. Is there a way to add fractionslider to my dependencies list and use it with native query or just adding link/to/fractionslider.js to my section and write simple jQuery fractionslider function?

¿Fue útil?

Solución

You can fire/use GWT generated JavaScript from plain JavaScript and the other way around. Have you read: http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html ?

Those are the basics. There are lots of projects that blend the two.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top