Lines Matching defs:to
12 * Node plugin which can be used to align a node with another node,
48 * @method to
50 * region to align with. Defaults to the viewport region.
51 * @param regionPoint {String} The point of the region to align with.
52 * @param point {String} The point of the node aligned to the region.
54 * the window is resized. Defaults to false.
56 to: function(region, regionPoint, point, syncOnResize) {
102 this.to.apply(this, this._syncArgs);
124 * Aligns the center of a node to the center of another node or region.
127 * region to align with. Defaults to the viewport region.
128 * the window is resized. If centering to viewport, this defaults
129 * to true, otherwise default is false.
132 this.to(region, 'cc', 'cc', resize);