Searched defs:drag (Results 1 - 2 of 2) sorted by relevance

/yui3/src/dd/js/
H A Dconstrain.js9 * Plugin for the dd-drag module to add the constraining methods to it. It supports constraining to a node or viewport. It supports tick based moves and XY axis constraints.
31 * @event drag:tickAlignX
36 EV_TICK_ALIGN_X = 'drag:tickAlignX',
39 * @event drag:tickAlignY
44 EV_TICK_ALIGN_Y = 'drag:tickAlignY',
68 * @description Stick the drag movement to the X-Axis. Default: false
76 * @description Stick the drag movement to the Y-Axis
84 * @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 nod
[all...]
/yui3/src/node/js/
H A Dnode-event.js26 drag: 1,

Completed in 16 milliseconds