Firefox addon - Notification bar with timer -


in firefox add-on, set temporary notification top notification bar. temporary, mean notification disappear after couple seconds. possible?

thank you.

notifications don't have automatic timeout, can set own timeout , call removenotification remove it.

var box = bar.appendnotification(label, value, image, priority, buttons); settimeout(function() { bar.removenotification(box); }, delay); 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -