X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FTabGroup.js;fp=Roo%2Fbootstrap%2FTabGroup.js;h=a0913afb860d27a01644f885534e962c68d1af55;hp=a0e4387d564b0f156970c46ec458925498b631ae;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/Roo/bootstrap/TabGroup.js b/Roo/bootstrap/TabGroup.js index a0e4387d56..a0913afb86 100644 --- a/Roo/bootstrap/TabGroup.js +++ b/Roo/bootstrap/TabGroup.js @@ -1,13 +1,7 @@ -/* - * - LGPL - * - * column - * - */ - /** * @class Roo.bootstrap.TabGroup * @extends Roo.bootstrap.Column + * @children Roo.bootstrap.TabPanel * Bootstrap Column class * @cfg {String} navId the navigation id (for use with navbars) - will be auto generated if it does not exist.. * @cfg {Boolean} carousel true to make the group behave like a carousel @@ -147,7 +141,7 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column, { /** * register a Navigation item - * @param {Roo.bootstrap.NavItem} the navitem to add + * @param {Roo.bootstrap.nav.Item} the navitem to add */ register : function(item) { @@ -367,7 +361,7 @@ Roo.apply(Roo.bootstrap.TabGroup, { groups: {}, /** * register a Navigation Group - * @param {Roo.bootstrap.NavGroup} the navgroup to add + * @param {Roo.bootstrap.nav.Group} the navgroup to add */ register : function(navgrp) { @@ -378,7 +372,7 @@ Roo.apply(Roo.bootstrap.TabGroup, { * fetch a Navigation Group based on the navigation ID * if one does not exist , it will get created. * @param {string} the navgroup to add - * @returns {Roo.bootstrap.NavGroup} the navgroup + * @returns {Roo.bootstrap.nav.Group} the navgroup */ get: function(navId) { if (typeof(this.groups[navId]) == 'undefined') {