:: Home >>

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

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

Documentation:

Recent changes:

2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5
2.5.0 - 2.5.4
2.5.4
2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2