:: Home >>

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

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

Documentation:

Recent changes:

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
textToValue
textToData