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