wicketstuff-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/inputExamples
SVN
Example svn url
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/input-events-parent/input-events-examples/
See more about checking out from svn here
Comments ( Hide )
|
|
Brill Pappin says:May 23, 2009 06:13 ( Permalink ) |
There doesn't seem to be any JIRA project for input-event.
There is some code cleanup to do in:
input-events-examples/src/main/java/
class: inputexample.HomePage
Line: 15
the import "import com.sun.corba.se.impl.oa.poa.ActiveObjectMap.Key" is restricted code and it is not used anywhere in the class (its causing strict builds to fail).
If your running Eclipse to develop this component, i'd recommend you turn on Organize Import on Save... it will automatically clean up stuff like this.