Home
last modified time | relevance | path

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

/plugin/popupviewer/
H A Dscript.js373 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
392 additionalHeight = additionalHeight || 0;
393 height += additionalHeight;
400 width = (height - additionalHeight) * ratio;
409 height = width / ratio + additionalHeight;
426 height : height - additionalHeight