According to me, these effects are taken from either scriptaculous or moo.fx.
I advise you to take a look at those two libraries when wanting to use effects, as they are specialized in that. Scriptaculous is the most versatile and complete library of the two, but moo.fx is about 3kb and limited in browser support. Both require prototype.js as a supporting library. Typically you can add the inclusion of the javascript library in your base page when you use the libraries all over the place in your application, or otherwise just in the pages where you need the effect. In our commercial application I just added the javascript libraries to the webapp root folder and reference them directly using a relative path in our page templates. Martijn On 6/19/06, Potje rode kool <[EMAIL PROTECTED]> wrote: > Hi in wicket-examples there is an js called effects.js but wicket-examples > doesn't contain an example how to use this js. > These effects like Element.setOpacity and Effect.Scale look interestion but > how do I use they, can someone can give some example? > > Thanks, > Evert > > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > -- Download Wicket 1.2 now! Write Ajax applications without touching JavaScript! -- http://wicketframework.org _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
