Prachiti Gaikwad![]()
SimpleNotifier is a single instance easy-to-use notifier. You can set the position and timeout.
position flags - "bottom-left","top-left", "bottom-right","top-right"
<script src="http://yui.yahooapis.com/3.6.0pr1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.06.13-20-30'
}).use('gallery-simplenotifier', function(Y) {
var note = new Y.SimpleNotifier({timeout:5000, position:"bottom-left"});
note.set("header","header in here....");
note.set("message","message in here....");
note.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