Juan Ignacio Dopazo![]()
When trying to plug Y.Plugin.ResizeConstrained into a Resize instance using 'view' for the 'constrain' attribute, the constrain fails. This patch fixes that behavior.
<script src="http://yui.yahooapis.com/3.8.0pr1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.04.18-20-14'
}).use('gallery-user-patch-2532141', function(Y) {
//...
widget.plug(Y.Plugin.Resize);
widget.resize.plug(Y.Plugin.ResizeConstrained, {
constrain: 'view' // works!
});
});
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info