Re: [Wicket-user] On-screen keyboard

2006-09-01 Thread Konstantin
Konstantin wrote: Started using ImageMap. And stopped using it, as it work uncorrect with AjaxFallbackLink Now using ordinary table with many images :-| -- View this message in context: http://www.nabble.com/On-screen-keyboard-tf2188969.html#a6094924 Sent from the Wicket - User forum at

Re: [Wicket-user] On-screen keyboard

2006-09-01 Thread Korbinian Bachl
10:46 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] On-screen keyboard Konstantin wrote: Started using ImageMap. And stopped using it, as it work uncorrect with AjaxFallbackLink Now using ordinary table with many images :-| -- View this message in context

[Wicket-user] On-screen keyboard

2006-08-30 Thread Konstantin
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

Re: [Wicket-user] On-screen keyboard

2006-08-30 Thread Ayodeji Aladejebi
I am working on something like this too but looks like a kind of a _javascript_ affair. But my own strategy is :I have a Div wrapping an image of the keypads (am doing mine for mobile phone keys).I have a DIV wrapping an image and then use the onClick attribute to call a _javascript_ event which

Re: [Wicket-user] On-screen keyboard

2006-08-30 Thread Konstantin
Thanks, Martijn. Started using ImageMap. in html: #60img src=imgs/buttons.gif width=714 height=177 border=0 wicket:id=buttonsMap in java page: keyboardImageMap.addRectangleLink(0,0,54,54, new AjaxFallbackLink(qLink){ public void onClick(AjaxRequestTarget target) {