a0b87252206092ff100e421f6f0dfc4c2eef51a5
[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  * Bootstrap CardHeader class
12  * @constructor
13  * Create a new Card Header - that you can embed children into
14  * @param {Object} config The config object
15  */
16
17 Roo.bootstrap.CardHeader = function(config){
18     Roo.bootstrap.CardHeader.superclass.constructor.call(this, config);
19 };
20
21 Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element,  {
22     
23     
24     container_method : 'getCardHeader' 
25     
26      
27     
28     
29    
30 });
31
32  
33
34