Roo/bootstrap/Notification.js
authorAlan Knowles <alan@roojs.com>
Tue, 8 Jun 2021 08:09:17 +0000 (16:09 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 8 Jun 2021 08:09:17 +0000 (16:09 +0800)
Roo/bootstrap/Notification.js

index 7967461..23161b2 100644 (file)
@@ -3,9 +3,27 @@
  *
  *  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