ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Handle MouseScroll in ZK

AmandeepJ
6 Feb 2012 10:09:04 GMT
6 Feb 2012 10:09:04 GMT

I want to handle Event of MOUSE scroll in zk but unable to find it. I can do it using Java Script but I want to send the notification to server side, so that server can send data back to client. Is there any way to get that event in Controller. or do

comp.addEventListener(EVENTNAME,mylistener);

I want to know what must be the value of EVENTNAME above.

Thanks, Aman