0bb3fb49e16b31ffbebcb8905a1498c4c431777c
[roojs1] / Roo / bootstrap / CardImageTop.js
1 /*
2  * - LGPL
3  *
4  * Card header - holder for the card header elements.
5  * 
6  */
7
8 /**
9  * @class Roo.bootstrap.CardImageTop
10  * @extends Roo.bootstrap.Element
11  * Bootstrap CardImageTop class
12  * @constructor
13  * Create a new Card Image Top container
14  * @param {Object} config The config object
15  */
16
17 Roo.bootstrap.CardImageTop = function(config){
18     Roo.bootstrap.CardImageTop.superclass.constructor.call(this, config);
19 };
20
21 Roo.extend(Roo.bootstrap.CardImageTop, Roo.bootstrap.Element,  {
22     
23    
24     container_method : 'getCardImageTop' 
25     
26      
27     
28    
29 });
30
31  
32
33