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.
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