Prachiti Gaikwad![]()
This is a simple statusbar. You can add simple text or html elements in it. CSS is customizable.
position flags -
position : "bottom"
position:"top"
position:"left"
position:"right"
YUI().use('gallery-statusbar', function(Y) {
var htmlText = '<input id="one" type="button" value="button"></input> <a href="http://www.yahoo.com /">Yahoo!</a> <input id="two"></input><input id="two" type="button" value="button"></input>';
var t = new Y.Statusbar({position:"bottom"});
t.set("message",htmlText);
t.render();
});
© 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