Searched refs:ticks (Results 1 - 3 of 3) sorted by relevance

/yui3/build/dd-constrain/
H A Ddd-constrain-debug.js86 * @description The X tick offset the drag node should snap to on each drag move. False for no ticks. Default: false
94 * @description The Y tick offset the drag node should snap to on each drag move. False for no ticks. Default: false
102 * @description An array of page coordinates to use as X ticks for drag movement.
110 * @description An array of page coordinates to use as Y ticks for drag movement.
517 * @param {Number} ticks The array containing our custom tick positions.
522 _calcTickArray: function(pos, ticks, off1, off2) {
523 var i = 0, len = ticks.length, next = 0,
526 if (!ticks || (ticks.length === 0)) {
528 } else if (ticks[
[all...]
/yui3/src/dd/js/
H A Dconstrain.js84 * @description The X tick offset the drag node should snap to on each drag move. False for no ticks. Default: false
92 * @description The Y tick offset the drag node should snap to on each drag move. False for no ticks. Default: false
100 * @description An array of page coordinates to use as X ticks for drag movement.
108 * @description An array of page coordinates to use as Y ticks for drag movement.
515 * @param {Number} ticks The array containing our custom tick positions.
520 _calcTickArray: function(pos, ticks, off1, off2) {
521 var i = 0, len = ticks.length, next = 0,
524 if (!ticks || (ticks.length === 0)) {
526 } else if (ticks[
[all...]
/yui3/src/dd/tests/
H A Ddd-tests.js419 var ticks = [1, 25, 75, 100 ];
420 var tick = Y.DD.DDM._calcTickArray(15, ticks, 1, 150);
423 var tick = Y.DD.DDM._calcTickArray(2, ticks, 1, 150);

Completed in 14 milliseconds