function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mayank_friend52mayank_friend52 

Scrolling Functionality in Activity Widget on mouseover?

Hello,

I am using 2 Active widgets to show my records.
I want independent scrolling functionality in both of these active widgets.
Please sugget.


Thanks,
mayank_friend52mayank_friend52
Hello,

I got the answer.

It is working fine, but only on Google Chrome, but not in Firefox. Could anyone help me regarding this.

My code is written below:

gridIdAsst.getScrollTemplate().setEvent(AW.chrome ? "onmousewheel" : "onDOMMouseScroll", "");
gridIdAsst.getScrollTemplate().setEvent(AW.Firefox ? "onmousewheel" : "onDOMMouseScroll", "");


Thanks,
Mayank