wicket-stuff-contrib-input-events
About
Wicket Input Events Contribution enables you to create shortcuts on your wicket page, for example pressing ctrl+s, fires your save button.
Features
- shortcuts of all sorts
- Tested with FF2
- Requires jdk 1.5
Used by
Please insert your site here if using the contrib and its possible for you.
Short Example
An example project has been created, but its really simple just add an behavior to your component, and tell the key combination..
just run mvn jetty:run and you can see on
http://localhost:8080/wicket-contrib-input-events-example
SVN
svn url https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-input-events
Example svn url
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-input-events-example
See more about checking out from svn here