Home
last modified time | relevance | path

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

/template/templar/js/
H A Dbootstrap-tooltip.js117 , actualWidth variable
145 actualWidth = $tip[0].offsetWidth
150 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
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}
172 , actualWidth variable
182 actualWidth = $tip[0].offsetWidth
197 actualWidth = $tip[0].offsetWidth
201 this.replaceArrow(delta - width + actualWidth, actualWidth, 'left')
/template/flat/assets/js/
H A Dflat.js1388 var actualWidth = $tip[0].offsetWidth
1398 … placement == 'right' && pos.right + actualWidth > containerDim.width ? 'left' :
1399 … placement == 'left' && pos.left - actualWidth < containerDim.left ? 'right' :
1407 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1457 var actualWidth = $tip[0].offsetWidth
1464 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1550 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1551 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1552 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1558 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/starterbootstrap/js/
H A Dbootstrap.js1371 var actualWidth = $tip[0].offsetWidth
1381 … placement == 'right' && pos.right + actualWidth > containerDim.width ? 'left' :
1382 … placement == 'left' && pos.left - actualWidth < containerDim.left ? 'right' :
1390 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1440 var actualWidth = $tip[0].offsetWidth
1447 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1453 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1533 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1534 … == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1541 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/klean/bootstrap/js/
H A Dbootstrap.js1467 var actualWidth = $tip[0].offsetWidth
1476 … placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' :
1477 … placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' :
1485 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1535 var actualWidth = $tip[0].offsetWidth
1542 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1633 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1634 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1635 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1641 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js1197 var actualWidth = $tip[0].offsetWidth
1206 … placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' :
1207 … placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' :
1215 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1265 var actualWidth = $tip[0].offsetWidth
1272 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1363 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1364 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1365 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1371 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/mywiki/
H A Dbootstrap.js1467 var actualWidth = $tip[0].offsetWidth
1476 … placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' :
1477 … placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' :
1485 var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
1535 var actualWidth = $tip[0].offsetWidth
1542 var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
1633 Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { argument
1634 …t == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1635 …t == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
1641 …Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { argument
[all …]
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js1087 , actualWidth
1113 actualWidth = $tip[0].offsetWidth
1118 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
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}