Matt Sweeney![]()
This plugin provides an IO implementation for Widget that simplifies the setup and reuse of IO requests.
<script src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2010.03.29-18-07'
}).use('gallery-widget-io', function(Y) {
var widget = new Y.Widget();
widget.plug(Y.Plugin.WidgetIO, {
uri : 'http://somewhere.com'
});
widget.render();
widget.io.refresh();
});| Subject | Author | Date |
|---|---|---|
| gallery-widget-io | Ben G | 04/23/12 |
| Re: gallery-widget-io | John Lindal | 04/30/12 |
© 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