major doc changes
[roojs1] / Roo / bootstrap / PopoverNav.js
1
2 /**
3  * @class Roo.bootstrap.PopoverNav
4  * @extends Roo.bootstrap.nav.Simplebar
5  * @parent Roo.bootstrap.Popover
6  * @children Roo.bootstrap.nav.Group Roo.bootstrap.Container
7  * @licence LGPL
8  * Bootstrap Popover header navigation class
9  * FIXME? should this go under nav?
10  *
11  * 
12  * @constructor
13  * Create a new Popover Header Navigation 
14  * @param {Object} config The config object
15  */
16
17 Roo.bootstrap.PopoverNav = function(config){
18     Roo.bootstrap.PopoverNav.superclass.constructor.call(this, config);
19 };
20
21 Roo.extend(Roo.bootstrap.PopoverNav, Roo.bootstrap.nav.Simplebar,  {
22     
23     
24     container_method : 'getPopoverHeader' 
25     
26      
27     
28     
29    
30 });
31
32  
33
34