Lines Matching defs:Resize

2  * The Resize Utility allows you to make an HTML element resizable.
130 A base class for Resize, providing:
145 var instance = new Y.Resize({
154 Check the list of <a href="Resize.html#configattributes">Configuration Attributes</a> available for
155 Resize.
157 @class Resize
163 function Resize() {
164 Resize.superclass.constructor.apply(this, arguments);
167 Y.mix(Resize, {
179 * configuration for the Resize.
401 Y.Resize = Y.extend(
402 Resize,
499 * Stores the <a href="Resize.html#attr_node">node</a>
501 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
510 * Stores the <a href="Resize.html#attr_wrapper">wrapper</a>
512 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
557 * Store DD.Delegate reference for the respective Resize instance.
596 * Construction logic executed during Resize instantiation. Lifecycle.
606 * Create the DOM structure for the Resize. Lifecycle.
618 * Bind the events on the Resize UI. Lifecycle.
632 * Sync the Resize UI.
649 * Descructor lifecycle implementation for the Resize class. Purges events attached
650 * to the node (and all child nodes) and removes the Resize handles.
727 * Bind the handles DragDrop events to the Resize instance.
773 * Create the custom events used on the Resize.
798 * @bubbles Resize
810 * @bubbles Resize
821 * @bubbles Resize
833 * @bubbles Resize
845 * @bubbles Resize
902 if (handle && Y.Resize.RULES[handle]) {
903 Y.Resize.RULES[handle](instance, dx, dy);
912 * <a href="Resize.html#property_info">info</a> to respect the
939 * Copy relevant styles of the <a href="Resize.html#attr_node">node</a>
940 * to the <a href="Resize.html#attr_wrapper">wrapper</a>.
994 * <p>Generates metadata to the <a href="Resize.html#property_info">info</a>
995 * and <a href="Resize.html#property_originalInfo">originalInfo</a></p>
1072 * Sync the Resize UI with internal values from
1073 * <a href="Resize.html#property_info">info</a>.
1124 * Update <a href="Resize.html#property_info">info</a> values (bottom, actXY, left, top, offsetHeight, offsetWidth, right).
1137 * <a href="Resize.html#property_nodeSurrounding">nodeSurrounding</a>,
1138 * <a href="Resize.html#property_nodeSurrounding">wrapperSurrounding</a>,
1139 * <a href="Resize.html#property_nodeSurrounding">totalVSurrounding</a>,
1140 * <a href="Resize.html#property_nodeSurrounding">totalHSurrounding</a>.
1495 * Mouseenter event handler for the <a href="Resize.html#attr_wrapper">wrapper</a>.
1510 * Mouseleave event handler for the <a href="Resize.html#attr_wrapper">wrapper</a>.
1620 Y.each(Y.Resize.prototype.ALL_HANDLES, function(handle, i) {
1622 Y.Resize.ATTRS[handleAttrName(handle)] = {