roojs-doc.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:00:30 +0000 (11:00 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Oct 2016 03:00:30 +0000 (11:00 +0800)
roojs-doc-debug.js

roojs-doc-debug.js
roojs-doc.js

index 3ca4415..61b1915 100644 (file)
@@ -632,7 +632,7 @@ Roo.extend(Roo.doc.NavCategory, Roo.bootstrap.Component,  {
     },
     getChildContainer : function()
     {
-        return this.el.select('roo-child-ctr',true).first();
+        return this.el.select('.roo-child-ctr',true).first();
     }
     
     
index 0d7b910..f6eec66 100644 (file)
@@ -23,4 +23,4 @@ var B=(this.is_static?'':'$')+this.memberof+(this.is_static?'::':'->');var C={ta
 ,')']}}]}]};return C;},getChildContainer:function(A){return this.el.select('.roo-params',true).first();}});
 // Roo/doc/NavCategory.js
 Roo.doc.NavCategory=function(A){Roo.doc.Para.superclass.constructor.call(this,A);};Roo.extend(Roo.doc.NavCategory,Roo.bootstrap.Component,{title:'',name:'',getAutoCreate:function(){var A={cn:[{tag:'a',cls:'roo-nav-category',href:'#'+this.name,html:this.title}
-,{cls:'container roo-child-ctr'}]};return A;},getChildContainer:function(){return this.el.select('roo-child-ctr',true).first();}});
+,{cls:'container roo-child-ctr'}]};return A;},getChildContainer:function(){return this.el.select('.roo-child-ctr',true).first();}});