major doc changes
[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  * @parent Roo.bootstrap.Card
12  * @children Roo.bootstrap.Component
13  * Bootstrap CardImageTop class
14  * 
15  * @constructor
16  * Create a new Card Image Top container
17  * @param {Object} config The config object
18  */
19
20 Roo.bootstrap.CardImageTop = function(config){
21     Roo.bootstrap.CardImageTop.superclass.constructor.call(this, config);
22 };
23
24 Roo.extend(Roo.bootstrap.CardImageTop, Roo.bootstrap.Element,  {
25     
26    
27     container_method : 'getCardImageTop' 
28     
29      
30     
31    
32 });
33
34  
35
36