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