Home
last modified time | relevance | path

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

/template/battlehorse/js/
H A Dslider.js52 this.handleLength = this.isVertical() ?
144 this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] =
169 return(this.isVertical() ? this.alignY : this.alignX);
172 return(this.isVertical() ?
178 isVertical: function(){ method in Control.Slider
193 if(this.isVertical()) {
217 (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2)
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/a_new_day/js/
H A Dslider.js52 this.handleLength = this.isVertical() ?
144 this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] =
169 return(this.isVertical() ? this.alignY : this.alignX);
172 return(this.isVertical() ?
178 isVertical: function(){ method in Control.Slider
193 if(this.isVertical()) {
217 (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2)
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/klean/bootstrap/js/
H A Dbootstrap.js1547 var isVertical = /top|bottom/.test(placement)
1548 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1549 var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1552 this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
1555 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument
1557 .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1558 .css(isVertical ? 'top' : 'left', '')
/template/kajukkk/bs/
H A Dbootstrap.js1277 var isVertical = /top|bottom/.test(placement)
1278 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1279 var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1282 this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
1285 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument
1287 .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1288 .css(isVertical ? 'top' : 'left', '')
/template/mywiki/
H A Dbootstrap.js1547 var isVertical = /top|bottom/.test(placement)
1548 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1549 var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1552 this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
1555 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument
1557 .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
1558 .css(isVertical ? 'top' : 'left', '')
/template/flat/assets/js/
H A Dflat.js1469 var isVertical = /top|bottom/.test(placement)
1470 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1471 var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1474 this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
/template/starterbootstrap/js/
H A Dbootstrap.js1452 var isVertical = /top|bottom/.test(placement)
1453 …var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - heig…
1454 var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
1457 this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)