Lines Matching refs:offset
70 * pixel offset from the top/left edge of the rail, and if triggered by
77 * <dt>offset</dt>
78 * <dd>Pixel offset from top/left of the slider to the new
419 * Moves the thumb to pixel offset position along the rail.
422 * @param offset {Number} the pixel offset to set as left or top style
426 _uiMoveThumb: function ( offset, options ) {
428 this.thumb.setStyle( this._key.minEdge, offset + 'px' );
430 Y.log("Setting thumb " + this._key.minEdge + " to " + offset + "px","info","slider");
433 options.offset = offset;
480 offset : (thumbXY - railXY),