what about wicketstuff input events? should give you an idea..? 2010/3/12 Istvan Soos <[email protected]>
> Thanks! Is there somewhere an example for this? E.g. with Java > callback codes and like... > > Thanks, > Istvan > > On Fri, Mar 12, 2010 at 1:40 PM, Pedro Santos <[email protected]> wrote: > > Yes, for example you can add an ajax behaviour to you page, and using his > > callback url mount an script like > > > > wicketAjaxGet(callbackUrl + '&key=' + event.keyCode); > > > > on your div onkeyup event. > > > > On Fri, Mar 12, 2010 at 6:55 AM, Istvan Soos <[email protected]> > wrote: > > > >> Hi, > >> > >> Is there a way to combine onkeyup event (on a div panel, not on form > >> component) into an ajax call, that will contain the character of thein > >> key pressed? > >> > >> Thanks, > >> Istvan > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > > Pedro Henrique Oliveira dos Santos > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
