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

/yui3/src/widget-position-align/js/
H A DWidget-PositionAlign.js9 @module widget-position-align
13 ALIGN = 'align',
51 The `align` attribute is used to align a reference point on the widget, with
53 `align` expects has the following properties:
67 myWidget.set('align', {
71 @attribute align
75 align: {
80 A convenience Attribute, which can be used as a shortcut for the `align`
240 the widget's position-align relate
[all...]
/yui3/src/dd/js/
H A Dconstrain.js195 this.get(HOST).after('drag:align', Y.bind(this.align, this));
381 * @method align
382 * @description Modifies the Drag.actXY method from the after drag:align event. This is where the constraining happens.
384 align: function() {
406 * @description Fires after drag:drag. Handle the tickX and tickX align events.

Completed in 323 milliseconds