:: Documentation >>

control tooltip

Sets or retrieves the tooltip text. All AW controls display the tooltip text.

Syntax

var value = obj.getControlTooltip(); 
obj.setControlTooltip(value);        

obj.onControlTooltipChanging = function(value){...}; 
obj.onControlTooltipChanged = function(value){...}; 
obj.onControlTooltipError = function(value){...}; 

Defined in

control model

Examples

var obj = new AW.UI.Button;
obj.setControlText("Search");
obj.setControlTooltip("This is tooltip text");
document.write(obj);

See also

Control properties: text, image, link

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