Thanks for responding, To use SCRIPTACULOUS js libraries:
We are using in maven:
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-jslibraries</artifactId>
<version>1.5.8</version>
</dependency>
And than code like this
@Override
public void renderHead(Component component, IHeaderResponse response)
{
JSLib.getHeaderContribution(VersionDescriptor.alwaysLatest(Library.SCRIPTACULOUS)).renderHead(response)
}
scriptaculous.js documentation says:
By default, scriptaculous.js loads all of the other javascript files
necessary for effects, drag-and-drop, sliders, and all of the other
script.aculo.us features. If you don’t need all of the features, you can
limit the additional scripts that get loaded by specifying them in a
comma-separated list, e.g.:
So my question is how in wicket i will achieve this passing =>
?load=effects,dragdrop
to scriptaculous.js
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/how-do-you-pass-load-effects-to-scriptaculous-js-tp4653797p4653833.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]