:: Documentation >>

selector template

Sets or retrieves the template used for the grid row selector.

Syntax

 var template = obj.getSelectorTemplate(); 
 obj.setSelectorTemplate(template); 

Defined in

AW.UI.Grid

Implementation

AW.Templates.ImageText

Uses

selector model (redirected control model)

Examples

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

Comments

Selector's header? mrhsh (1)

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