major doc changes
[roojs1] / Roo / bootstrap / CardHeader.js
1 /*
2  * - LGPL
3  *
4  * Card header - holder for the card header elements.
5  * 
6  */
7
8 /**
9  * @class Roo.bootstrap.CardHeader
10  * @extends Roo.bootstrap.Element
11  * @parent Roo.bootstrap.Card
12  * @children Roo.bootstrap.Component
13  * Bootstrap CardHeader class
14  * @constructor
15  * Create a new Card Header - that you can embed children into
16  * @param {Object} config The config object
17  */
18
19 Roo.bootstrap.CardHeader = function(config){
20     Roo.bootstrap.CardHeader.superclass.constructor.call(this, config);
21 };
22
23 Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element,  {
24     
25     
26     container_method : 'getCardHeader' 
27     
28      
29     
30     
31    
32 });
33
34  
35
36