Lines Matching refs:Resize
4 * The Resize Utility allows you to make an HTML element resizable.
132 A base class for Resize, providing:
147 var instance = new Y.Resize({
156 Check the list of <a href="Resize.html#configattributes">Configuration Attributes</a> available for
157 Resize.
159 @class Resize
165 function Resize() {
166 Resize.superclass.constructor.apply(this, arguments);
169 Y.mix(Resize, {
181 * configuration for the Resize.
403 Y.Resize = Y.extend(
404 Resize,
501 * Stores the <a href="Resize.html#config_node">node</a>
503 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
512 * Stores the <a href="Resize.html#config_wrapper">wrapper</a>
514 * <a href="Resize.html#method__getBoxSurroundingInfo">_getBoxSurroundingInfo</a>.
559 * Store DD.Delegate reference for the respective Resize instance.
598 * Construction logic executed during Resize instantiation. Lifecycle.
608 * Create the DOM structure for the Resize. Lifecycle.
620 * Bind the events on the Resize UI. Lifecycle.
634 * Sync the Resize UI.
651 * Descructor lifecycle implementation for the Resize class. Purges events attached
652 * to the node (and all child nodes) and removes the Resize handles.
729 * Bind the handles DragDrop events to the Resize instance.
775 * Create the custom events used on the Resize.
800 * @bubbles Resize
812 * @bubbles Resize
823 * @bubbles Resize
835 * @bubbles Resize
847 * @bubbles Resize
904 if (handle && Y.Resize.RULES[handle]) {
905 Y.Resize.RULES[handle](instance, dx, dy);
914 * <a href="Resize.html#property_info">info</a> to respect the
941 * Copy relevant styles of the <a href="Resize.html#config_node">node</a>
942 * to the <a href="Resize.html#config_wrapper">wrapper</a>.
996 * <p>Generates metadata to the <a href="Resize.html#property_info">info</a>
997 * and <a href="Resize.html#property_originalInfo">originalInfo</a></p>
1074 * Sync the Resize UI with internal values from
1075 * <a href="Resize.html#property_info">info</a>.
1126 * Update <a href="Resize.html#property_info">info</a> values (bottom, actXY, left, top, offsetHeight, offsetWidth, right).
1139 * <a href="Resize.html#property_nodeSurrounding">nodeSurrounding</a>,
1140 * <a href="Resize.html#property_nodeSurrounding">wrapperSurrounding</a>,
1141 * <a href="Resize.html#property_nodeSurrounding">totalVSurrounding</a>,
1142 * <a href="Resize.html#property_nodeSurrounding">totalHSurrounding</a>.
1497 * Mouseenter event handler for the <a href="Resize.html#config_wrapper">wrapper</a>.
1512 * Mouseleave event handler for the <a href="Resize.html#config_wrapper">wrapper</a>.
1622 Y.each(Y.Resize.prototype.ALL_HANDLES, function(handle, i) {
1624 Y.Resize.ATTRS[handleAttrName(handle)] = {