:: Documentation >>

bottomSelector template

Sets or retrieves the template used for the bottom-left corner of the grid (bottom selector template).

Syntax

 var template = obj.getBottomSelectorTemplate(); 
 obj.setBottomSelectorTemplate(template); 

Defined in

AW.UI.Grid

Implementation

AW.Templates.ImageText

Uses

bottom model (redirected control model)

Examples

obj.setBottomText("Search");
obj.setBottomLink("http://www.google.com");
obj.setBottomSelectorTemplate(new AW.Templates.Link);

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