Home
last modified time | relevance | path

Searched refs:offsetHeight (Results 1 – 25 of 235) sorted by relevance

12345678910

/plugin/combo/resources/snippet/js/
H A Dmenubar-fixed-top.js17 let offsetHeight = fixedNavbar.offsetHeight;
23 scroll-margin-top: ${offsetHeight}px;
60 let offsetHeight = fixedNavbar.offsetHeight;
63 document.body.style.setProperty("padding-top", offsetHeight + "px");
H A Dwebcode.js9 let calculatedHeight = htmlIFrameElement.offsetHeight;
13 … calculatedHeight = iframeElement.contentWindow.document.querySelector("body").offsetHeight;
17 if (calculatedHeight !== htmlIFrameElement.offsetHeight) {
18 iframeElement.height = htmlIFrameElement.offsetHeight;
/plugin/virtualkeyboard/vk/extensions/dom/
Dautosuggest.js185 node.style.top = xy.y+target.offsetHeight+'px';
255 ,bsp = ht - (DOM.getOffset(target)['y'] + target.offsetHeight-DOM.getBodyScrollTop())
258 ,tbot = ttop + target.offsetHeight+'px'
259 if (tsp>ct.parentNode.offsetHeight && options.place) {
263 ct.parentNode.style.top = tsp-ct.parentNode.offsetHeight+DOM.getBodyScrollTop()+'px';
264 } else if (bsp>ct.parentNode.offsetHeight && !options.place) {
268 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
273 while (ct.size>2 && bsp<ct.parentNode.offsetHeight && tsp<ct.parentNode.offsetHeight) {
276 if (bsp>=ct.parentNode.offsetHeight || bsp>=tsp) {
277 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px';
[all …]
/plugin/indexmenu2/cms/extensions/dom/
Dautosuggest.js13offsetHeight+'px';O=new Selectbox(o.firstChild.id);}if(O){if(Q.rebuildList){O.addOptionsList(Q.lis…
/plugin/wysiwyg/fckeditor/editor/plugins/autogrow/
Dfckplugin.js25 var FCKAutoGrow_Min = window.frameElement.offsetHeight ;
35 iFrameHeight = FCK.EditorWindow.frameElement.offsetHeight ;
41 iInnerHeight = oInnerDoc.body.offsetHeight ;
48 var iMainFrameSize = window.frameElement.offsetHeight ;
/plugin/grensladawritezor/fckeditor/editor/plugins/autogrow/
Dfckplugin.js25 var FCKAutoGrow_Min = window.frameElement.offsetHeight ;
35 iFrameHeight = FCK.EditorWindow.frameElement.offsetHeight ;
41 iInnerHeight = oInnerDoc.body.offsetHeight ;
48 var iMainFrameSize = window.frameElement.offsetHeight ;
/plugin/fckg/fckeditor/editor/plugins/autogrow/
Dfckplugin.js26 MIN_HEIGHT : window.frameElement.offsetHeight,
33 var newHeight = window.frameElement.offsetHeight + delta ;
82 iFrameHeight = FCK.EditorWindow.frameElement.offsetHeight ;
88 iInnerHeight = oInnerDoc.body.offsetHeight +
/plugin/indexmenu2/cms/transitions/
Dclip.js32offsetHeight*Q['stTop']/100;i[l['clipIncrement']].eTop=i.offsetHeight*Q['enTop']/100-i[l['clipIncr…
/plugin/freechat/phpfreechat/data/public/js/
Dpfcprompt.js107 if (this.container.scrollHeight > this.container.offsetHeight
115 this.bgbox.style.height = this.container.offsetHeight+'px';
122 … this.box.style.top = parseInt(pos[1]+(this.bgbox.offsetHeight-this.box.offsetHeight)/2)+'px';
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_quick_info.js13offsetHeight&&t.offsetWidth?{parent:t,viewport:gantt.$task}:(t=gantt.$grid_data)&&t.offsetHeight&&…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_quick_info.js217 if (container && container.offsetHeight && container.offsetWidth) {
224 if (container && container.offsetHeight && container.offsetWidth) {
245 var height = qi.offsetHeight;
374 var top = offset + domEv.offsetTop + domEv.offsetHeight;
389 var dy = (top + domEv.offsetHeight/2) - scroll.y > (gantt.$container.offsetHeight/2) ? 1 : 0;
392 width:domEv.offsetWidth, height:domEv.offsetHeight };
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckpanel.js126 this._Popup.show( x, y, iMainWidth, this.MainNode.offsetHeight, relElement ) ;
189 if ( ( y + this.MainNode.offsetHeight ) > iViewPaneHeight )
190 y -= y + this.MainNode.offsetHeight - iViewPaneHeight ;
201 var iHeight = this.MainNode.offsetHeight ;
Dfckspecialcombo.js330 oPanel.Preload( 0, this.offsetHeight, this ) ;
332 if ( oItemsHolder.offsetHeight > iMaxHeight )
344 oPanel.Show( 0, this.offsetHeight, this ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckpanel.js152 this._Popup.show( x, y, iMainWidth, eMainNode.offsetHeight, relElement ) ;
221 if ( ( y + eMainNode.offsetHeight ) > iViewPaneHeight )
222 y -= y + eMainNode.offsetHeight - iViewPaneHeight ;
236 var iHeight = eMainNode.offsetHeight ;
Dfckspecialcombo.js344 oPanel.Preload( 0, this.offsetHeight, this ) ;
346 if ( oItemsHolder.offsetHeight > iMaxHeight )
358 oPanel.Show( 0, this.offsetHeight, this ) ;
/plugin/batchedit/
Dinterface.js174 if ($searchArea.get(0).offsetHeight > 0) {
175 updateConfig('searchheight', $searchArea.get(0).offsetHeight);
180 if ($replaceArea.get(0).offsetHeight > 0) {
181 updateConfig('replaceheight', $replaceArea.get(0).offsetHeight);
/plugin/anewssystem/
Ddropdowncontent.js39 …r verticaloffset=(subobj.dropposition[1]=="top")? -subobj.offsetHeight : anchorobj.offsetHeight //…
45 subobj.contentheight=parseInt(subobj.offsetHeight)
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dannotation-xml.js19offsetHeight;var o=MathJax.HTML.addElement(this.div,"span",{style:{display:"inline-block",overflow…
/plugin/code3/src/
Dpsyhi.js187 var h = pre[i].offsetHeight;
198 h = Math.min(h,el_1.firstChild.firstChild.offsetHeight);
199 …el_1.firstChild.style.height = h+(el_1.firstChild.offsetHeight-el_1.firstChild. clientHeight)+"px";
200 … el_1.firstChild.style.height = h+(el_1.firstChild.offsetHeight-el_1.firstChild.clientHeight)+"px";
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.subtitle.js17 style.top = position.top + media.offsetHeight - ctxContainer.offsetHeight - 40 + "px";
/plugin/embedover/
Dscript.js67 if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax
68 currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight;
/plugin/s5reloaded/ui/effects_support/
Dslider.js52 (this.handles[0].offsetHeight != 0 ?
53 this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
171 (this.track.offsetHeight != 0 ? this.track.offsetHeight :
/plugin/diagramsnet/lib/math/extensions/
DHelpDialog.js19 …m-l.offsetHeight)/3)+document.body.scrollTop)+"px"}else{l.style.marginLeft=Math.floor(-l.offsetWid…
/plugin/webcode/
Dscript.js15 … webCodeIFrame.height = webCodeIFrame.contentWindow.document.querySelector("html").offsetHeight
/plugin/picasawebalbum/
Djquery.slimbox2.js6offsetHeight;var M=Math.max(0,y-(s/2));if(a.offsetHeight!=s){w(a).animate({height:s,top:M},u.resiz…

12345678910