:: Home >>

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

9 Mar 06
Merge Footer columns Jeff (2)
16 Feb 06
Is it possible to have a summary footer like header Kevin (2)

Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData