From 7a7d53c31c4f53b72d89c34c9bea848db76816c0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Apr 2019 15:56:46 +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 1ff2777971..07a9884037 100644 --- a/docs/Roo.docs.bjs +++ b/docs/Roo.docs.bjs @@ -157,6 +157,9 @@ "$ xns" : "Roo.bootstrap", "items" : [ { + "listeners" : { + "render" : "function (_self)\n{\n _this.classType = this;\n}" + }, "xtype" : "Header", "$ xns" : "Roo.bootstrap", "Number level" : 4, diff --git a/docs/Roo.docs.js b/docs/Roo.docs.js index e080f9bcac..b5b8a1e5b2 100644 --- a/docs/Roo.docs.js +++ b/docs/Roo.docs.js @@ -368,6 +368,12 @@ Roo.docs = new Roo.XComponent({ xtype : 'Header', html : _this._strings['9bd81329febf6efe22788e03ddeaf0af'] /* Class */, level : 4, + listeners : { + render : function (_self) + { + _this.classType = this; + } + }, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ -- 2.39.2