Sets or retrieves the template used for the grid footer row (footer template).
var template = obj.getFooterTemplate();
obj.setFooterTemplate(template);
footer model (redirected control model)
obj.setFooterVisible(true);
obj.setFooterText("Search", 0);
obj.setFooterLink("http://www.google.com", 0);
obj.setFooterTemplate(new AW.Templates.Link, 0);