Home
last modified time | relevance | path

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

/plugin/popupviewer/
Dscript.js371 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
390 additionalHeight = additionalHeight || 0;
391 height += additionalHeight;
398 width = (height - additionalHeight) * ratio;
407 height = width / ratio + additionalHeight;
424 height : height - additionalHeight