Roo/bootstrap/Modal.js
authorAlan Knowles <alan@roojs.com>
Thu, 19 Nov 2020 08:48:45 +0000 (16:48 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Nov 2020 08:48:45 +0000 (16:48 +0800)
Roo/bootstrap/Modal.js

index 57404d6..686080e 100644 (file)
@@ -43,7 +43,16 @@ Roo.bootstrap.Modal = function(config){
          * @param {Roo.bootstrap.Modal} this
          * @param {Roo.EventObject} e
          */
-        "resize" : true
+        "resize" : true,
+        /**
+         * @event titlechanged
+         * Fire when the editable title has been changed
+         * @param {Roo.bootstrap.Modal} this
+         * @param {Roo.EventObject} e
+         * @param {Roo.EventObject} value
+         */
+        "titlechanged" : true,
+        
     });
     this.buttons = this.buttons || [];
 
@@ -633,3 +642,4 @@ Roo.apply(Roo.bootstrap.Modal,  {
         
         zIndex : 10001
 });
+