:: Documentation >>

selector link

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

Syntax

var value = obj.getSelectorLink(); 
obj.setSelectorLink(value);        

obj.onSelectorLinkChanging = function(value){...}; 
obj.onSelectorLinkChanged = function(value){...}; 
obj.onSelectorLinkError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorText("Search");
obj.setSelectorLink("http://www.google.com");
obj.setSelectorTemplate(new AW.Templates.Link);

See also

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