Jacob Fogg![]()
This module is old... Use: http://yuilibrary.com/gallery/show/overlay-extras instead.
This module is my very simple implementation of the Panel found in YUI2. I built this as I need this feature now and can't wait until the real thing is built.
Currently I have only implemented a small subset of features found in panel. Please feel free to add to this temporary module if you need more features for your project. Just keep in mind, once the real Panel module is created, this will no longer be needed. Hopefully it will be available sooner rather than later!
<script src="http://yui.yahooapis.com/3.2.0 PR1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2010.02.22-22'
}).use('gallery-tmp-panel', function(Y) {
myPanel = new Y.tmpPanel({
visible:false,
width:'40em',
centered:true,
modal:true,
underlay:'shadow',
zIndex:10
});
DJ.market.panel.render('body');
});No forum posts for this module.
© 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