Home
last modified time | relevance | path

Searched refs:targetOffset (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DCallStack.php598 $targetOffset = $offset + 1;
599 $this->moveToOffset($targetOffset);
605 …ogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONI…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js4733 }this.targetOffset={x:target.offsetLeft,y:target.offsetTop}; property
4774 }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;