:: Home >>

selector tooltip

Sets or retrieves the tooltip text in the grid row selector (selector tooltip).

Syntax

var value = obj.getSelectorTooltip(); 
obj.setSelectorTooltip(value);        

obj.onSelectorTooltipChanging = function(value){...}; 
obj.onSelectorTooltipChanged = function(value){...}; 
obj.onSelectorTooltipError = function(value){...}; 

Defined in

selector model

Examples

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

Using a function (instead of the static text) -

obj.setSelectorTooltip(function(i){return "Row index = " + i});

See also

Grid templates: selector
Selector model: text, image, link, value, data, format
Tooltip properties: cell, header, footer, top, bottom

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2