Fix #6814 - Notification fadeout
[roojs1] / Roo / bootstrap / Notification.js
diff --git a/Roo/bootstrap/Notification.js b/Roo/bootstrap/Notification.js
new file mode 100644 (file)
index 0000000..23161b2
--- /dev/null
@@ -0,0 +1,29 @@
+/***
+ *
+ *
+ *  A notificaiton using the alert mechanism
+ *
+ *  ?? not complete....
+ *
+ *  Idea is a simple replacement to showing dialogs with data for stuff that is happening, but can disappear.
+ *  
+ *  eg. "Download should be starting"
+ *  "XXX copied to clipboard"
+ *
+ *  usage : 
+ *   Roo.bootstrap.Notification.alert( { html  : xxxx , })
+ */
+
+
+
+Roo.bootstrap.Notification = {
+    
+    
+    alert : function( cfg )
+    {
+        
+        
+    }
+     
+    
+};
\ No newline at end of file