From: Alan Knowles Date: Thu, 19 Nov 2020 08:48:45 +0000 (+0800) Subject: Roo/bootstrap/Modal.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5ed21f6b59fe00ac324d186e352acb55c08b8a69 Roo/bootstrap/Modal.js --- diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 57404d655c..686080edd9 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -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 }); +