:: Documentation >>

footer template

Sets or retrieves the template used for the grid footer row (footer template).

Syntax

 var template = obj.getFooterTemplate(); 
 obj.setFooterTemplate(template); 

Defined in

AW.UI.Grid

Implementation

AW.Templates.ImageText

Uses

footer model (redirected control model)

Examples

obj.setFooterVisible(true);
obj.setFooterText("Search", 0);
obj.setFooterLink("http://www.google.com", 0);
obj.setFooterTemplate(new AW.Templates.Link, 0);

Comments

Merge Footer columns Jeff (2)
Is it possible to have a summary footer like header Kevin (2)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5