:: Documentation >>

bottom tooltip

Sets or retrieves the tooltip text in the bottom-left corner of the grid (bottom selector tooltip).

Syntax

var value = obj.getBottomTooltip(); 
obj.setBottomTooltip(value);        

obj.onBottomTooltipChanging = function(value){...}; 
obj.onBottomTooltipChanged = function(value){...}; 
obj.onBottomTooltipError = function(value){...}; 

Defined in

bottom model

Examples

obj.setBottomText("bottom text"); 
obj.setBottomImage("favorites");
obj.setBottomTooltip("tooltip text"); // bottom selector tooltip

See also

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

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