Re: T5 capture keyboard events?

2010-12-06 Thread wesleywj2
://tapestry.1045711.n5.nabble.com/T5-capture-keyboard-events-tp3293142p3293942.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: T5 capture keyboard events?

2010-12-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Dec 2010 10:46:08 -0200, wesleywj2 wesley...@yahoo.co.uk wrote: hi, Hi! thks for reply, i've never used custom javascript and load into tapestry before, most of the time just use the Annotation @IncludeJavaScriptLibrary, is that the way? perhaps if i have a javascript

Re: T5 capture keyboard events?

2010-12-06 Thread Howard Lewis Ship
: http://tapestry.1045711.n5.nabble.com/T5-capture-keyboard-events-tp3293142p3293142.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

T5 capture keyboard events?

2010-12-05 Thread wesleywj2
hi, i would like to know if Tapestry 5 can accept keyboard input such as CRTL and SHIFT and some other key like 'M' etc? please advice, wesleywj2 -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-capture-keyboard-events-tp3293142p3293142.html Sent from the Tapestry

Re: T5 capture keyboard events?

2010-12-05 Thread ael
You don't need tapestry to do this. You only need javascript then pass it to tapestry. http://unixpapa.com/js/key.html http://www.javascriptkit.com/jsref/eventkeyboardmouse.shtml -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-capture-keyboard-events