Re: Doing something on Shift+Click

2007-11-09 Thread Nino Saturnino Martinez Vazquez Wael
take a look at http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-stuff-contrib-input-events vr.sundar wrote: Hi, I have to activate a hidden option when a user shift+clicks something. How do I go about doing this? From reading the docs, the idea I currently have is this: Add a new

Re: Doing something on Shift+Click

2007-11-09 Thread vr . sundar
Nino, Thanks for the pointer. I'll take a look at that. It looks promising. On Nov 9, 2007 12:30 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: take a look at http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-stuff-contrib-input-events vr.sundar wrote: Hi,

Doing something on Shift+Click

2007-11-08 Thread vr . sundar
Hi, I have to activate a hidden option when a user shift+clicks something. How do I go about doing this? From reading the docs, the idea I currently have is this: Add a new behavior that extends AjaxEventBehavior for the onClick event.This behavior should contribute some javascript that is used