WebLink
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
Class (inherits from WebTextControl)
Create a clickable label that navigates to the specified URL when clicked.
Events | |||||||||||||||||
|
Methods | ||||||||||||
|
Notes
Clicking the WebLink navigates to the specified URL, exiting the web application. If you want to display the page at the URL within your web app, you should use a WebHTMLViewer instead.
You can use the Target property to have the URL open in another browser window or tab.
To navigate to other pages within your app, use the WebPage.Show method. See WebLink.URL.
Example
Specify the URL for a WebLink to navigate to Wikipedia:
Link1.URL = "http://www.wikipedia.org"