Home
last modified time | relevance | path

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

/plugin/anewssystem/
Ddropdowncontent.js31 show:function(anchorobj, subobj, e){ argument
32 if (!this.isContained(anchorobj, e) || (e && e.type=="click")){
38 …var horizontaloffset=(subobj.dropposition[0]=="left")? -(subobj.offsetWidth-anchorobj.offsetWidth)…
39 …var verticaloffset=(subobj.dropposition[1]=="top")? -subobj.offsetHeight : anchorobj.offsetHeight …
40 subobj.style.left=this.getposOffset(anchorobj, "offsetLeft") + horizontaloffset + "px"
41 subobj.style.top=this.getposOffset(anchorobj, "offsetTop")+verticaloffset+"px"
116 var anchorobj=document.getElementById(anchorid)
117 if (anchorobj)
118 var subobj=document.getElementById(anchorobj.getAttribute("rel"))
119 if (!anchorobj || !subobj)
[all …]