Searched refs:targetOffset (Results 1 – 2 of 2) sorted by relevance
598 $targetOffset = $offset + 1;599 $this->moveToOffset($targetOffset);605 …ogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONI…
4733 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property4774 }if(forceAll){this.targetOffset=getClientOffset(this.expander)4831 …on(initial,forceAll,extraWidth){if(this.fixedWidth){this.box.style.left=(this.targetOffset.x)+"px";4832 this.box.style.top=(this.targetOffset.y)+"px";4837 }else{if(initial||forceAll){this.box.style.left=this.targetOffset.x+"px";4838 this.box.style.top=this.targetOffset.y+"px"4840 var maxWidth=(currentPanel.panelNode.scrollWidth-this.targetOffset.x)-this.outerMargin;