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