From 73433e396b80bc12632c56bd8d49cb1f77b6f620 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Mar 2019 18:24:26 +0800 Subject: [PATCH] docs/Roo.docs.bjs docs/Roo.docs.js --- docs/Roo.docs.bjs | 3 +++ docs/Roo.docs.js | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/docs/Roo.docs.bjs b/docs/Roo.docs.bjs index edb49c67fa..80731f7231 100644 --- a/docs/Roo.docs.bjs +++ b/docs/Roo.docs.bjs @@ -115,6 +115,9 @@ "$ xns" : "Roo.bootstrap", "items" : [ { + "listeners" : { + "render" : "function (_self)\n{\n _this.roo_title = this;\n}" + }, "xtype" : "Header", "Number level" : 1, "$ xns" : "Roo.bootstrap", diff --git a/docs/Roo.docs.js b/docs/Roo.docs.js index b18fcba297..bd10d50a09 100644 --- a/docs/Roo.docs.js +++ b/docs/Roo.docs.js @@ -311,6 +311,12 @@ Roo.docs = new Roo.XComponent({ xtype : 'Header', html : _this._strings['9b34238e8113db140b452beec500024b'] /* Roo JS Documentation */, level : 1, + listeners : { + render : function (_self) + { + _this.roo_title = this; + } + }, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' }, -- 2.39.2