:: Documentation >>

footer link

Sets or retrieves the link URL in the grid footer row (footer link). Requires link template (AW.Templates.Link).

Syntax

var value = obj.getFooterLink(); 
obj.setFooterLink(value);        

obj.onFooterLinkChanging = function(value){...}; 
obj.onFooterLinkChanged = function(value){...}; 
obj.onFooterLinkError = function(value){...}; 

Defined in

footer model

Examples

Single footer cell

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

Complete footer row

obj.setFooterVisible(true);
obj.setFooterText(textArray);
obj.setFooterLink(linkArray);
obj.setFooterTemplate(new AW.Templates.Link);

See also

Grid templates: footer, link template
Footer model: text, image, tooltip, value, data, format
Link properties: cell, selector, header, top, bottom

Comments

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