The getCumlativeOffsetLeft() method gets the cumulative offset of the specified DOM element property.
offset = Splunk.util.getCumlativeOffsetLeft( element )
|
element |
Object |
DOM element: offsetLeft or offsetParent. |
|
Integer |
Cumulative offset value. |
var height = ($(window).height() + Splunk.util.getPageYOffset() + pixelAdjustment) - \
Splunk.util.getCumlativeOffsetTop(this.container[0]);