Take a look at the ImageMap class. I haven't worked with it, but you
can add links, and pass ajaxfallback links into the image map. Would
be cool if this works :-)

Martijn

On 8/30/06, Konstantin <[EMAIL PROTECTED]> wrote:
>
> Trying to create an On-Screen keyboard with Wicket.
>
> With my little knowlidge of the framework internals the idea is to create a
> <div>
> ../../resources/imgs/buttons.gif
> <map name="buttons">
> <area shape="rect" coords="600,122,714,176" href="#">
> ...
> <area shape="rect" coords="XXX,YYY,XXX,YYY" href="#">
> </map>
> </div>
>
> What is the easiest way to get a reaction on clicks in particular area's in
> java-page class ?
>
> Maybe we can pass the javascript code in the href="..." and then somehow
> trace this call in java class. But how this could be done ?
> --
> View this message in context: 
> http://www.nabble.com/On-screen-keyboard-tf2188969.html#a6056092
> Sent from the Wicket - User forum at Nabble.com.
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and ModalWindow
-- http://wicketframework.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to