Fix #6814 - Notification fadeout
[roojs1] / Roo / bootstrap / Notification.js
1 /***
2  *
3  *
4  *  A notificaiton using the alert mechanism
5  *
6  *  ?? not complete....
7  *
8  *  Idea is a simple replacement to showing dialogs with data for stuff that is happening, but can disappear.
9  *  
10  *  eg. "Download should be starting"
11  *  "XXX copied to clipboard"
12  *
13  *  usage : 
14  *   Roo.bootstrap.Notification.alert( { html  : xxxx , })
15  */
16
17
18
19 Roo.bootstrap.Notification = {
20     
21     
22     alert : function( cfg )
23     {
24         
25         
26     }
27      
28     
29 };