John Lindal![]()
Simple plugin for Y.Overlay which attaches a Y.FormManager to the form inside the overlay.
Example of plugging in a FormManager into an Overlay.
<script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.05.16-20-37'
}).use('gallery-formmgr-overlay-plugin', function(Y) {
var d = new Y.Overlay(...);
d.plug(Y.Plugin.OverlayForm);
var f = d.form.get('formmgr');
});
© 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