Text

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Text

The Text control displays static text content within your layout.

 

It supports plain or HTML-formatted text, custom colors, and optional tooltips.

 

Text content can include lightweight markup (e.g. [b:Bold], [i:Italic]) to apply inline formatting.

 

This is one of the most commonly used controls in IWML for labeling, displaying values, or creating simple headers.

 

Syntax

 

Text[:Name] [Content]

 

Name — optional control ID for referencing in code (e.g. this.Name).

Content — the actual text (can include inline markup).

 

Properties

 

Text — sets the text content. Supports inline markup or HTML.

Color — changes the text color (e.g. red, #0088cc, rgb(0,0,0)).

Hint — sets a tooltip displayed on hover.

 

Try It

 

Text:Label1 Welcome to [b:IntraWeb 17]!

 Color: #0055AA

 Hint: Static label with blue text and bold formatting