Description

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Description

The Description control in IWML is used to display a labeled description, consisting of two parts: a title and its corresponding data.

 

It maps to a semantic structure similar to HTML's <dt> and <dd> elements (Definition Term and Description Data), but is rendered through a pair of styled internal elements. This control is helpful for presenting key–value information, definitions, or structured metadata in a readable format.

 

Syntax:

 

Description[:Name]

 Title: [label]

 Data: [content]

 

Name – optional identifier for accessing the control in code (this.Name).

Title – defines the label or term.

Data – provides the description or value associated with the title.

 

Properties:

 

Title – sets the label (rendered as a styled <dt>-like element).

Data – sets the associated content (rendered as a styled <dd>-like element).

 

Try It

 

Description:UserInfo

 Title: Username

 Data: johndoe45