:: Documentation >>

top link

Sets or retrieves the link URL in the top-left corner of the grid (top selector link). Requires link template (AW.Templates.Link).

Syntax

var value = obj.getTopLink(); 
obj.setTopLink(value);        

obj.onTopLinkChanging = function(value){...}; 
obj.onTopLinkChanged = function(value){...}; 
obj.onTopLinkError = function(value){...}; 

Defined in

top model

Examples

obj.setTopText("Search");
obj.setTopLink("http://www.google.com");
obj.setTopSelectorTemplate(new AW.Templates.Link);

See also

Grid templates: top selector, link template
Top model: text, image, tooltip, value, data, format
Link properties: cell, selector, header, footer, 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