24.1 Overview

Hyperlink class derives from Area class and creates a clickable text object that opens the specified URL in a browser when the user clicks on it. Here is an example XML excerpt for creating a hyperlink widget that will open http://www.hollywood-mal.com when you click on it:

 
<hyperlink>http://www.hollywood-mal.com</hyperlink>

If you don't want the URL to be shown, you can use the Hyperlink.Label attribute to set a different label for the hyperlink object, for example:

 
<hyperlink label="Click me">http://www.hollywood-mal.com</hyperlink>

Hyperlink class is available since RapaGUI 2.0.


Show TOC