resize/js/resize-proxy.js:17
The Resize Utility allows you to make an HTML element resizable.
This module provides the following classes:
This module is a rollup of the following modules:
proxyNode
attribute and resizes it instead of the actual node. __very similar to DDProxy__
var resize = new Y.Resize({
//Selector of the node to resize
node: '#demo'
});
resize.plug(Y.Plugin.ResizeProxy);