Re: Callbacks triggered by keyboard...

2007-08-07 Thread Erik Underbjerg

Actually, I have been wondering about something like this.

I have a gridView, that I would like to page through using, say, the  
left and right keyboard arrows. However, I can't seem to figure out  
how to hook up the javascript that captures the keyboard events to  
wicket, and make it flip through pages.


Any pointers?

/Erik

On 07/08/2007, at 5.46, Igor Vaynberg wrote:


why would you want a serverside callback for this? you just need a
javascript handler.

-igor


On 8/6/07, Patrick Angeles [EMAIL PROTECTED] wrote:



Is this possible in Wicket, say for example, as a way to scroll  
down a

listing, or go left and right on a menu?

Thanks in advance...
--
View this message in context:
http://www.nabble.com/Callbacks-triggered-by-keyboard...- 
tf4227815.html#a12027815

Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Callbacks triggered by keyboard...

2007-08-06 Thread Patrick Angeles

Is this possible in Wicket, say for example, as a way to scroll down a
listing, or go left and right on a menu?

Thanks in advance...
-- 
View this message in context: 
http://www.nabble.com/Callbacks-triggered-by-keyboard...-tf4227815.html#a12027815
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Callbacks triggered by keyboard...

2007-08-06 Thread Igor Vaynberg
why would you want a serverside callback for this? you just need a
javascript handler.

-igor


On 8/6/07, Patrick Angeles [EMAIL PROTECTED] wrote:


 Is this possible in Wicket, say for example, as a way to scroll down a
 listing, or go left and right on a menu?

 Thanks in advance...
 --
 View this message in context:
 http://www.nabble.com/Callbacks-triggered-by-keyboard...-tf4227815.html#a12027815
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]