From 5ed21f6b59fe00ac324d186e352acb55c08b8a69 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Nov 2020 16:48:45 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 }); + -- 2.39.2