3484975903183eda197b894c5f496a4067712911
[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 Element class
12  * @constructor
13  * Create a new Element
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     tag: 'div',
24     container_method : 'getCardHeader',
25     
26     getAutoCreate : function() {
27         
28         var cfg = {
29             tag: 'div' 
30         };
31         
32         return cfg;
33     } 
34     
35     
36    
37 });
38
39  
40
41