Home
last modified time | relevance | path

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

/template/templar/js/
H A Dbootstrap-tooltip.js118 , actualHeight variable
146 actualHeight = $tip[0].offsetHeight
153 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
156 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
159 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
173 , actualHeight variable
183 actualHeight = $tip[0].offsetHeight
185 if (placement == 'top' && actualHeight != height) {
186 offset.top = offset.top + height - actualHeight
198 actualHeight = $tip[0].offsetHeight
[all …]
/template/flat/assets/js/
H A Dflat.js1389 var actualHeight = $tip[0].offsetHeight
1396 … placement = placement == 'bottom' && pos.bottom + actualHeight > containerDim.bottom ? 'top' :
1397 … placement == 'top' && pos.top - actualHeight < containerDim.top ? 'bottom' :
1407 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1458 var actualHeight = $tip[0].offsetHeight
1460 if (placement == 'top' && actualHeight != height) {
1461 offset.top = offset.top + height - actualHeight
1464 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1550 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1558 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/starterbootstrap/js/
H A Dbootstrap.js1372 var actualHeight = $tip[0].offsetHeight
1379 … placement = placement == 'bottom' && pos.bottom + actualHeight > containerDim.bottom ? 'top' :
1380 … placement == 'top' && pos.top - actualHeight < containerDim.top ? 'bottom' :
1390 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1441 var actualHeight = $tip[0].offsetHeight
1443 if (placement == 'top' && actualHeight != height) {
1444 offset.top = offset.top + height - actualHeight
1447 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1533 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1541 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/klean/bootstrap/js/
H A Dbootstrap.js1468 var actualHeight = $tip[0].offsetHeight
1474 … placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' :
1475 … placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' :
1485 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1536 var actualHeight = $tip[0].offsetHeight
1538 if (placement == 'top' && actualHeight != height) {
1539 offset.top = offset.top + height - actualHeight
1542 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1633 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1641 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js1198 var actualHeight = $tip[0].offsetHeight
1204 … placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' :
1205 … placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' :
1215 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1266 var actualHeight = $tip[0].offsetHeight
1268 if (placement == 'top' && actualHeight != height) {
1269 offset.top = offset.top + height - actualHeight
1272 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1363 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1371 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/mywiki/
H A Dbootstrap.js1468 var actualHeight = $tip[0].offsetHeight
1474 … placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' :
1475 … placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' :
1485 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1536 var actualHeight = $tip[0].offsetHeight
1538 if (placement == 'top' && actualHeight != height) {
1539 offset.top = offset.top + height - actualHeight
1542 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1633 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1641 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js1088 , actualHeight
1114 actualHeight = $tip[0].offsetHeight
1121 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
1124 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
1127 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}