Home
last modified time | relevance | path

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

/template/codowik/js/
H A Dlayout.js325 , getScrollbarSize: function (dim) { argument
331 return dim.match(/^(width|height)$/) ? d[dim] : d;
1326 var dim = (dir === "horz" ? "height" : "width")
1328 , $C = dim === 'height' ? $Cs[pane] : false
1330 , szP = $P.css(dim) // SAVE current pane size
1331 , szC = $C ? $C.css(dim) : 0 // SAVE current content size
1333 $P.css(dim, "auto");
1334 if ($C) $C.css(dim, "auto");
1335 size = (dim === "height") ? $P.outerHeight() : $P.outerWidth(); // MEASURE
1336 $P.css(dim, szP).css(vis); // RESET size & visibility
[all …]