Link

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Link

The Link control defines a clickable hyperlink that navigates to a URL or loads an IWML page. It supports custom display text, tooltips, and intelligent behavior when referencing .iwml files — including client-side loading instead of full-page reload.

 

Syntax

 

Link[:Name] [Text]

 URL: [target URL]

 

Name — optional identifier for use in code.

Text — the displayed text of the hyperlink.

URL — the destination to open or load.

 

Properties

 

Text – sets the visible label of the link.

URL – defines the hyperlink destination.

Hint – sets a tooltip for the link.

RenderIWML – if true (default), attempts to load IWML pages via client-side rendering.

 

Try It

 

Link:ExampleLink Example

 URL: https://www.example.com/

 Hint: Click to open