Discuss anything related to web development but no technical support questions


Post by xjpmauricio »

           
var rotationsSchedulerDropTargetEl = schPnlRotations.getView().scroller.dom;
...simple question: how do i get "getView().scroller.dom" but on the scheduler? I have an external scheduler and i need to drop events on it.

Any ideias?

Post by mats »

Not sure I understand. Doing "scheduler.getView().scroller.dom" works fine to get the scroller DOM element.

Post Reply