Home
last modified time | relevance | path

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

/plugin/popupviewer/
Dscript.js351 internal.optimalSize = function(offsetElement, isPageContent) { argument
371 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
377 var optimalSize = internal.optimalSize(offsetElement, isPageContent);
397 if ( !isPageContent ) { // If this is an image we will have to fix the size
406 if ( !isPageContent ) { // If this is an image we will have to fix the size
420 if ( !isPageContent || (offsetElement && offsetElement.is('img')) ) {
436 height : isPageContent ? height : 'auto',
446 if ( isPageContent ) {
452 _.handleNextAndPrevious(!isPageContent || needsNextPrevious);