Hi all,
I want to track all the clicks made by the user in my project . Is there any way to do it in extjs?
any plugins or any module available?
Please help me to track all the clicks made by user.
Hi all,
I want to track all the clicks made by the user in my project . Is there any way to do it in extjs?
any plugins or any module available?
Please help me to track all the clicks made by user.
Thanks,
RENGANATHAN M G
https://github.com/arthurakay/ExtJS-Activity-Monitor/blob/master/README
You may get an idea enhancing this....
in yourFunction, you can do anything you like when the user clicks.Code:Ext.getBody().on('click', yourFunction);