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 on the onClick event. Add this
new js function to the event processing using the IAjaxCallDecorator
interface. This js function will check if event.shiftKey is true. If
so, do the usual wicketAjaxGet otherwise do nothing.

Is this doable? Am I on the right track or is there some simpler way.
Any suggestions greatly appreciated. My other option is to have a
hidden link with an accessKey that I can use to get the job done. But
from what i read accessKey seems to work differently on diff browsers
and OS.

thanks
sundar

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

Reply via email to