Name | Date | Size | |
---|---|---|---|
.. | 2012-03-24 00:25:51 | 100 | |
assets | 2012-03-24 00:25:51 | 4 | |
build-base.properties | 2011-06-10 20:34:13 | 268 | |
build-base.xml | 2010-10-21 01:31:45 | 289 | |
build-constrain.properties | 2011-06-10 20:34:13 | 231 | |
build-constrain.xml | 2010-10-21 01:31:45 | 293 | |
build-proxy.properties | 2011-06-10 20:34:13 | 223 | |
build-proxy.xml | 2010-10-22 21:40:55 | 289 | |
build.plugin.properties | 2011-06-10 20:34:13 | 704 | |
build.plugin.xml | 2011-05-17 00:36:23 | 288 | |
build.xml | 2011-08-29 07:45:33 | 843 | |
docs | 2011-09-26 16:20:12 | 11 | |
HISTORY.md | 2011-12-09 21:48:48 | 296 | |
js | 2012-01-27 02:20:29 | 6 | |
meta | 2011-06-03 07:19:43 | 3 | |
README.md | 2011-06-24 18:09:57 | 267 | |
tests | 2012-03-08 18:58:13 | 5 |
README.md
Resize Utility
==============
The Resize Utility allows you to make an HTML element resizable.
YUI().use('resize', function(Y) {
var resize = new Y.Resize({
//Selector of the node to resize
node: '#demo'
});
});