:: Home >>

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

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

Documentation:

Recent changes:

2.5.0 - 2.5.3
2.5.3
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