:: Documentation >>

control link

Sets or retrieves the link URL. Link property works with the AW.UI.Link control.

Syntax

var value = obj.getControlLink(); 
obj.setControlLink(value);        

obj.onControlLinkChanging = function(value){...}; 
obj.onControlLinkChanged = function(value){...}; 
obj.onControlLinkError = function(value){...}; 

Defined in

control model

Examples

var obj = new AW.UI.Link;
obj.setControlImage("search");
obj.setControlText("Search");
obj.setControlLink("http://www.google.com"); // link URL
document.write(obj);

See also

Link control: AW.UI.Link
Control properties: text, image, tooltip

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