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