:: Documentation >>

selector image

Sets or retrieves the image in the grid row selector (selector icon). The image name should be defined in the stylesheet and linked to the actual image file with the css rules.

See how to include additional images in your stylesheet.

Syntax

var value = obj.getSelectorImage(); 
obj.setSelectorImage(value);        

obj.onSelectorImageChanging = function(value){...}; 
obj.onSelectorImageChanged = function(value){...}; 
obj.onSelectorImageError = function(value){...}; 

Defined in

selector model

Examples

obj.setSelectorText("selector text");
obj.setSelectorImage("favorites"); // selector image
obj.setSelectorTooltip("tooltip text");

See also

Overview: using images
Grid templates: selector
Selector model: text, tooltip, link, value, data, format
Image 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