From 2bcb2bb9513c261e34540bc6864a49e70af45613 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 14 Mar 2018 18:02:27 +0800 Subject: [PATCH] Roo/bootstrap/panel/Content.js --- Roo/bootstrap/panel/Content.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Roo/bootstrap/panel/Content.js b/Roo/bootstrap/panel/Content.js index 4db1d1eb18..b3646c734e 100644 --- a/Roo/bootstrap/panel/Content.js +++ b/Roo/bootstrap/panel/Content.js @@ -154,6 +154,13 @@ Roo.bootstrap.panel.Content = function( config){ */ "render" : true + /** + * @event beforerender + * Fires before this tab is created + * @param {Roo.ContentPanel} this + */ + "beforerender" : true + }); -- 2.39.2