Searched refs:elemHeight (Results 1 – 2 of 2) sorted by relevance
/plugin/advrack/ |
H A D | jquery.qtip.js | 2931 …NS.viewport = function(api, position, posOptions, targetWidth, targetHeight, elemWidth, elemHeight) argument 3032 …== 'none' ? calculate( Y, X, methodY, adjust.y, TOP, BOTTOM, HEIGHT, targetHeight, elemHeight ) : 0
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 28525 var elemHeight = void 0; 28531 elemHeight = (0, _element.outerHeight)(trimmingContainer); 28533 …height = elemHeight > 0 && trimmingContainer.clientHeight > 0 ? trimmingContainer.clientHeight : I…
|