:: Documentation >>

top tooltip

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

Syntax

var value = obj.getTopTooltip(); 
obj.setTopTooltip(value);        

obj.onTopTooltipChanging = function(value){...}; 
obj.onTopTooltipChanged = function(value){...}; 
obj.onTopTooltipError = function(value){...}; 

Defined in

top model

Examples

obj.setTopText("top text"); 
obj.setTopImage("favorites");
obj.setTopTooltip("tooltip text"); // top selector tooltip

See also

Grid templates: top selector
Top model: text, image, link, value, data, format
Tooltip properties: cell, selector, header, footer, 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