:: Home >>

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

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