try and get ctrl-enter to add a clear all
[roojs1] / docs / Roo.docs.js
index 9bd6a42..b65fbb0 100644 (file)
@@ -11,6 +11,7 @@ Roo.docs = new Roo.XComponent({
   'ae635f08107a69569e636835f24e6f6f' :" extends ",
   '87f9f735a1d36793ceaecd4e47124b63' :"Events",
   'd41d8cd98f00b204e9800998ecf8427e' :"",
+  '4d9ee8f98abde282da987fed0aac295c' :"Children that can be added using addxtype({...})",
   '9b34238e8113db140b452beec500024b' :"Roo JS Documentation",
   '50f33d14f129e4548c1c270fd6725a78' :"Configuration options",
   'e64b94523532dbac62df6795a5153f04' :"doc-desc",
@@ -18,6 +19,7 @@ Roo.docs = new Roo.XComponent({
   'd2b697ad8e989a6c4592987f22f5bbfc' :"doc-comments",
   'f361257612a512f9be2fdc2abfb25aef' :"<small>Defined by</small>",
   '494a64a432ff6a121e4ab9003c7a0df3' :"parentcls",
+  '3c81cc62cd8a24b231d0c0db34feda61' :"Implementations",
   'f561aaf6ef0bf14d4208bb46a4ccb3ad' :"xxx",
   '9bd81329febf6efe22788e03ddeaf0af' :" Class ",
   'a1d108496af420635536a4e29e87d42b' :"Constructor, Static and Public Methods",
@@ -52,10 +54,10 @@ Roo.docs = new Roo.XComponent({
     {
      xtype : 'NavSidebar',
      cls : 'left-menu-sidebar',
-     style : 'padding-top:80px;',
      listeners : {
       render : function (_self)
        {
+         _this.sidebar = this;
          //  this.el.addClass(language);
            
        }
@@ -201,7 +203,7 @@ Roo.docs = new Roo.XComponent({
            listeners : {
             click : function (e)
              {
-                 document.location.reload();
+                 document.location.hash = '#';
              }
            },
            xns : Roo.bootstrap,
@@ -230,7 +232,7 @@ Roo.docs = new Roo.XComponent({
      xtype : 'NavHeaderbar',
      autohide : true,
      brand : ' ',
-     brand_href : baseURL + '/',
+     brand_href : '#',
      cls : 'mobile-header-menu',
      inverse : false,
      position : 'fixed-top',
@@ -238,25 +240,16 @@ Roo.docs = new Roo.XComponent({
      listeners : {
       beforetoggle : function (_self)
        {
-           _this.navGroup.autoExpand(); 
+          // _this.mobileNavGroup.autoExpand(); 
            
-           _this.navGroup.activeLookup();
            
-           _this.navHeaderBar.mask.show();
-           
-           if(this.el.select('.navbar-collapse',true).first().hasClass('in')){
-               _this.navHeaderBar.mask.hide();
-               return;
-           }
        },
       render : function (_self)
        {
+          
+            _this.navHeaderBar = this;
            return;
-           
-           _this.navHeaderBar = this;
-           
-           this.el.addClass(language); 
-           
+           /*
            var body = Roo.select('body', true).first();
            
            var mark = {
@@ -285,15 +278,28 @@ Roo.docs = new Roo.XComponent({
            var maxHeight = Roo.lib.Dom.getViewHeight() - this.el.select('.navbar-header', true).first().getHeight();
            
            this.el.select('.navbar-collapse', true).first().setStyle('max-height', maxHeight);
-           
+           */
        }
      },
      xns : Roo.bootstrap,
-     '|xns' : 'Roo.bootstrap'
+     '|xns' : 'Roo.bootstrap',
+     items  : [
+      {
+       xtype : 'NavGroup',
+       listeners : {
+        render : function (_self)
+         {
+             _this.mobileNavGroup = this;
+         }
+       },
+       xns : Roo.bootstrap,
+       '|xns' : 'Roo.bootstrap'
+      }
+     ]
     },
     {
      xtype : 'Container',
-     cls : 'general-content-body',
+     cls : 'general-content-body general-content-intro',
      listeners : {
       render : function (_self)
        {
@@ -307,6 +313,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'
       },
@@ -344,7 +356,6 @@ Roo.docs = new Roo.XComponent({
         {
          xtype : 'Column',
          md : 9,
-         style : 'padding-left: 0px;',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
          items  : [
@@ -358,6 +369,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  : [
@@ -394,14 +411,15 @@ Roo.docs = new Roo.XComponent({
                  xtype : 'Link',
                  cls : 'doc-extends',
                  html : _this._strings['494a64a432ff6a121e4ab9003c7a0df3'] /* parentcls */,
-                 preventDefault : false,
+                 preventDefault : true,
                  listeners : {
                   click : function (e)
                    {
                    
                        if (this.el.dom.innerHTML.length) {
-                           Roo.docs.init.loadDoc({ name : this.el.dom.innerHTML, is_class : true});
-                       }
+                           document.location.hash = '#' +  this.el.dom.innerHTML;
+                         
+                       } 
                    },
                   render : function (_self)
                    {
@@ -419,6 +437,12 @@ Roo.docs = new Roo.XComponent({
              xtype : 'Header',
              html : _this._strings['3673e725413179fe76f341ed908a5c36'] /* Defined in:  */,
              level : 5,
+             listeners : {
+              render : function (_self)
+               {
+                   _this.doc_source_row = this;
+               }
+             },
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap',
              items  : [
@@ -469,310 +493,342 @@ Roo.docs = new Roo.XComponent({
            html : _this._strings['d2b697ad8e989a6c4592987f22f5bbfc'] /* doc-comments */,
            xns : Roo.bootstrap,
            '|xns' : 'Roo.bootstrap'
-          }
-         ]
-        },
-        {
-         xtype : 'Column',
-         md : 3,
-         xns : Roo.bootstrap,
-         '|xns' : 'Roo.bootstrap',
-         items  : [
+          },
           {
            xtype : 'Container',
-           cls : 'doc-augments',
-           header : _this._strings['3e6ec55e2dff4342e3f25b0b0b988de9'] /* Inheritance tree */,
-           panel : 'success',
+           cls : 'doc-table-container',
+           expandable : true,
+           expanded : true,
+           header : _this._strings['50f33d14f129e4548c1c270fd6725a78'] /* Configuration options */,
+           panel : 'primary',
+           style : 'margin-top:15px',
            listeners : {
             render : function (_self)
              {
-                 _this.augments  = this;
+                 _this.configTableContainer = this;
              }
            },
            xns : Roo.bootstrap,
-           '|xns' : 'Roo.bootstrap'
-          }
-         ]
-        }
-       ]
-      },
-      {
-       xtype : 'Container',
-       cls : 'doc-table-container',
-       expandable : true,
-       expanded : true,
-       header : _this._strings['50f33d14f129e4548c1c270fd6725a78'] /* Configuration options */,
-       panel : 'info',
-       style : 'margin-top:15px',
-       listeners : {
-        render : function (_self)
-         {
-             _this.configTableContainer = this;
-         }
-       },
-       xns : Roo.bootstrap,
-       '|xns' : 'Roo.bootstrap',
-       items  : [
-        {
-         xtype : 'Table',
-         rowSelection : true,
-         striped : true,
-         listeners : {
-          render : function (_self)
-           {
-               _this.configTable = this;
-           },
-          rowclass : function (_self, rowcfg)
-           {
-                 rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';
-                 rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
-           },
-          rowclick : function (_self, el, rowIndex, e)
-           {
-               if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
-                   return false;
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Table',
+             responsive : true,
+             rowSelection : true,
+             striped : true,
+             listeners : {
+              render : function (_self)
+               {
+                   _this.configTable = this;
+               },
+              rowclass : function (_self, rowcfg)
+               {
+                     rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';
+                     rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
+               },
+              rowclick : function (_self, el, rowIndex, e)
+               {
+                   if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
+                       return false;
+                   }
+                   
+                   var r = this.store.getAt(rowIndex);
+                   r.json.expanded = !r.json.expanded ;
+                   this.refreshRow(r);
                }
+             },
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap',
+             store : {
+              xtype : 'Store',
+              xns : Roo.data,
+              '|xns' : 'Roo.data',
+              proxy : {
+               xtype : 'MemoryProxy',
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              },
+              reader : {
+               xtype : 'ArrayReader',
+               fields : [ 'name', 'type', 'desc', 'memberOf' ],
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              }
+             },
+             cm : [
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'name',
+               header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
+               renderer : function(v,x,r) { 
                
-               var r = this.store.getAt(rowIndex);
-               r.json.expanded = !r.json.expanded ;
-               this.refreshRow(r);
-           }
-         },
-         xns : Roo.bootstrap,
-         '|xns' : 'Roo.bootstrap',
-         store : {
-          xtype : 'Store',
-          xns : Roo.data,
-          '|xns' : 'Roo.data',
-          proxy : {
-           xtype : 'MemoryProxy',
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
+                   return Roo.docs.template.config(r.json);
+               
+                                       
+               },
+               xs : 11,
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              },
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'memberOf',
+               header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
+               renderer : function(v,x,r) { 
+                if (r.json.memberOf  == Roo.docs.init.currentClass) {
+                           return '';
+                       }
+               
+                               return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
+                                       
+               },
+               xs : 1,
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              }
+             ]
+            }
+           ]
           },
-          reader : {
-           xtype : 'ArrayReader',
-           fields : [ 'name', 'type', 'desc', 'memberOf' ],
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
-          }
-         },
-         cm : [
           {
-           xtype : 'ColumnModel',
-           dataIndex : 'name',
-           header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
-           md : 11,
-           renderer : function(v,x,r) { 
-           
-               return Roo.docs.template.config(r.json);
-           
-                               
+           xtype : 'Container',
+           cls : 'doc-table-container',
+           expandable : true,
+           expanded : true,
+           header : _this._strings['a1d108496af420635536a4e29e87d42b'] /* Constructor, Static and Public Methods */,
+           panel : 'primary',
+           listeners : {
+            render : function (_self)
+             {
+                 _this.methodsTableContainer = this;
+             }
            },
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
-          },
-          {
-           xtype : 'ColumnModel',
-           dataIndex : 'memberOf',
-           header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
-           md : 1,
-           renderer : function(v,x,r) { 
-            if (r.json.memberOf  == Roo.docs.init.currentClass) {
-                       return '';
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Table',
+             responsive : true,
+             rowSelection : true,
+             listeners : {
+              render : function (_self)
+               {
+                   _this.methodsTable = this;
+               },
+              rowclass : function (_self, rowcfg)
+               {
+                     var j = rowcfg.record.json;
+                     var rc = j.memberOf == Roo.docs.init.currentClass || j.isConstructor ? 'doc-added-member '  : 'doc-not-member ';
+                     rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
+               },
+              rowclick : function (_self, el, rowIndex, e)
+               {
+                     if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
+                       return false;
                    }
-           
-                       return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
-                               
-           },
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
-          }
-         ]
-        }
-       ]
-      },
-      {
-       xtype : 'Container',
-       cls : 'doc-table-container',
-       expandable : true,
-       expanded : false,
-       header : _this._strings['a1d108496af420635536a4e29e87d42b'] /* Constructor, Static and Public Methods */,
-       panel : 'info',
-       listeners : {
-        render : function (_self)
-         {
-             _this.methodsTableContainer = this;
-         }
-       },
-       xns : Roo.bootstrap,
-       '|xns' : 'Roo.bootstrap',
-       items  : [
-        {
-         xtype : 'Table',
-         rowSelection : true,
-         listeners : {
-          render : function (_self)
-           {
-               _this.methodsTable = this;
-           },
-          rowclass : function (_self, rowcfg)
-           {
-                 var j = rowcfg.record.json;
-                 var rc = j.memberOf == Roo.docs.init.currentClass || j.isConstructor ? 'doc-added-member '  : 'doc-not-member ';
-                 rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
-           },
-          rowclick : function (_self, el, rowIndex, e)
-           {
-                 if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
-                   return false;
+                    var r = this.store.getAt(rowIndex);
+                   r.json.expanded = !r.json.expanded ;
+                   this.refreshRow(r);
                }
-                var r = this.store.getAt(rowIndex);
-               r.json.expanded = !r.json.expanded ;
-               this.refreshRow(r);
-           }
-         },
-         xns : Roo.bootstrap,
-         '|xns' : 'Roo.bootstrap',
-         store : {
-          xtype : 'Store',
-          sortInfo : { field : 'name', direction : 'ASC' },
-          xns : Roo.data,
-          '|xns' : 'Roo.data',
-          proxy : {
-           xtype : 'MemoryProxy',
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
+             },
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap',
+             store : {
+              xtype : 'Store',
+              sortInfo : { field : 'name', direction : 'ASC' },
+              xns : Roo.data,
+              '|xns' : 'Roo.data',
+              proxy : {
+               xtype : 'MemoryProxy',
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              },
+              reader : {
+               xtype : 'ArrayReader',
+               fields : [ 'name', 'type', 'desc', 'memberOf' ],
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              }
+             },
+             cm : [
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'name',
+               header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*   */,
+               renderer : function(v,x,r) { 
+               
+                   return Roo.docs.template.method(r.json);
+                                
+                                       
+               },
+               sm : 11,
+               sortable : false,
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              },
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'memberOf',
+               header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
+               renderer : function(v,x,r) { 
+               
+                if (r.json.memberOf  == Roo.docs.init.currentClass) {
+                           return '';
+                       }
+                               return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
+                                       
+               },
+               sm : 1,
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              }
+             ]
+            }
+           ]
           },
-          reader : {
-           xtype : 'ArrayReader',
-           fields : [ 'name', 'type', 'desc', 'memberOf' ],
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
-          }
-         },
-         cm : [
           {
-           xtype : 'ColumnModel',
-           dataIndex : 'name',
-           header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*   */,
-           md : 11,
-           renderer : function(v,x,r) { 
-           
-               return Roo.docs.template.method(r.json);
-                        
-                               
+           xtype : 'Container',
+           cls : 'doc-table-container',
+           expandable : true,
+           expanded : true,
+           header : _this._strings['87f9f735a1d36793ceaecd4e47124b63'] /* Events */,
+           panel : 'primary',
+           listeners : {
+            render : function (_self)
+             {
+                 _this.eventsTableContainer   = this;
+             }
            },
-           sortable : false,
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
-          },
-          {
-           xtype : 'ColumnModel',
-           dataIndex : 'memberOf',
-           header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
-           md : 1,
-           renderer : function(v,x,r) { 
-           
-            if (r.json.memberOf  == Roo.docs.init.currentClass) {
-                       return '';
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap',
+           items  : [
+            {
+             xtype : 'Table',
+             responsive : true,
+             rowSelection : true,
+             listeners : {
+              render : function (_self)
+               {
+                   _this.eventsTable = this;
+               },
+              rowclass : function (_self, rowcfg)
+               {
+                     rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';
+                     rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
+               },
+              rowclick : function (_self, el, rowIndex, e)
+               {
+                       if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
+                       return false;
                    }
-                       return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
-                               
-           },
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
+                   var r = this.store.getAt(rowIndex);
+                   r.json.expanded = !r.json.expanded ;
+                   this.refreshRow(r);
+               }
+             },
+             xns : Roo.bootstrap,
+             '|xns' : 'Roo.bootstrap',
+             store : {
+              xtype : 'Store',
+              xns : Roo.data,
+              '|xns' : 'Roo.data',
+              proxy : {
+               xtype : 'MemoryProxy',
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              },
+              reader : {
+               xtype : 'ArrayReader',
+               fields : [ 'name', 'type', 'desc', 'memberOf' ],
+               xns : Roo.data,
+               '|xns' : 'Roo.data'
+              }
+             },
+             cm : [
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'name',
+               header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
+               md : 11,
+               renderer : function(v,x,r) { 
+               
+                   return Roo.docs.template.event(r.json);
+                                
+                                       
+               },
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              },
+              {
+               xtype : 'ColumnModel',
+               dataIndex : 'memberOf',
+               header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
+               md : 1,
+               renderer : function(v,x,r) { 
+                       if (r.json.memberOf  == Roo.docs.init.currentClass) {
+                           return '';
+                       }
+               
+                               return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
+                                       
+               },
+               xs : 0,
+               xns : Roo.grid,
+               '|xns' : 'Roo.grid'
+              }
+             ]
+            }
+           ]
           }
          ]
-        }
-       ]
-      },
-      {
-       xtype : 'Container',
-       cls : 'doc-table-container',
-       expandable : true,
-       expanded : false,
-       header : _this._strings['87f9f735a1d36793ceaecd4e47124b63'] /* Events */,
-       panel : 'info',
-       listeners : {
-        render : function (_self)
-         {
-             _this.eventsTableContainer   = this;
-         }
-       },
-       xns : Roo.bootstrap,
-       '|xns' : 'Roo.bootstrap',
-       items  : [
+        },
         {
-         xtype : 'Table',
-         rowSelection : true,
-         listeners : {
-          render : function (_self)
-           {
-               _this.eventsTable = this;
-           },
-          rowclass : function (_self, rowcfg)
-           {
-                 rc = rowcfg.record.json.memberOf == Roo.docs.init.currentClass ? 'doc-added-member '  : 'doc-not-member ';
-                 rowcfg.rowClass = rc + (rowcfg.record.json.expanded ? 'expanded' : '');
-           },
-          rowclick : function (_self, el, rowIndex, e)
-           {
-                   if (e.target.className != 'fixedFont' && e.target.parentNode.className != 'fixedFont') {
-                   return false;
-               }
-               var r = this.store.getAt(rowIndex);
-               r.json.expanded = !r.json.expanded ;
-               this.refreshRow(r);
-           }
-         },
+         xtype : 'Column',
+         md : 3,
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
-         store : {
-          xtype : 'Store',
-          xns : Roo.data,
-          '|xns' : 'Roo.data',
-          proxy : {
-           xtype : 'MemoryProxy',
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
+         items  : [
+          {
+           xtype : 'Container',
+           cls : 'doc-augments',
+           header : _this._strings['3e6ec55e2dff4342e3f25b0b0b988de9'] /* Inheritance tree */,
+           panel : 'primary',
+           listeners : {
+            render : function (_self)
+             {
+                 _this.augments  = this;
+             }
+           },
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
           },
-          reader : {
-           xtype : 'ArrayReader',
-           fields : [ 'name', 'type', 'desc', 'memberOf' ],
-           xns : Roo.data,
-           '|xns' : 'Roo.data'
-          }
-         },
-         cm : [
           {
-           xtype : 'ColumnModel',
-           dataIndex : 'name',
-           header : _this._strings['d41d8cd98f00b204e9800998ecf8427e'] /*  */,
-           md : 11,
-           renderer : function(v,x,r) { 
-           
-               return Roo.docs.template.event(r.json);
-                        
-                               
+           xtype : 'Container',
+           cls : 'doc-implementors',
+           header : _this._strings['3c81cc62cd8a24b231d0c0db34feda61'] /* Implementations */,
+           panel : 'primary',
+           listeners : {
+            render : function (_self)
+             {
+                 _this.implementors  = this;
+             }
            },
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
           },
           {
-           xtype : 'ColumnModel',
-           dataIndex : 'memberOf',
-           header : _this._strings['f361257612a512f9be2fdc2abfb25aef'] /* <small>Defined by</small> */,
-           md : 1,
-           renderer : function(v,x,r) { 
-                   if (r.json.memberOf  == Roo.docs.init.currentClass) {
-                       return '';
-                   }
-           
-                       return  '<small><a href="#' + r.json.memberOf + '">' + r.json.memberOf + '</a></small>';
-                               
+           xtype : 'Container',
+           cls : 'doc-children',
+           header : _this._strings['4d9ee8f98abde282da987fed0aac295c'] /* Children that can be added using addxtype({...}) */,
+           panel : 'primary',
+           listeners : {
+            render : function (_self)
+             {
+                 _this.doc_children  = this;
+             }
            },
-           xns : Roo.grid,
-           '|xns' : 'Roo.grid'
+           xns : Roo.bootstrap,
+           '|xns' : 'Roo.bootstrap'
           }
          ]
         }