paragraph - Paragraph

Combines text in a paragraph format.

Category

Other Controls

Syntax

<xp:paragraph attributes>content</xp:paragraph>
Table 1. Essential properties
Property Description
id Defaults to paragraph1, paragraph2, and so on.
Table 2. All properties
Category Properties
accessibility role, title
basics attrs, binding, dir, id, lang, loaded, rendered, rendererType
dojo dojoAttributes, dojoType
events onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup
styling disableTheme, style, styleClass, themeId

Usage

At run time, the content of the paragraph appears on the page with any assigned properties.

Examples

This Paragraph control creates a paragraph of text in bold.
<xp:paragraph id="paragraph1" style="font-weight:bold>Now is the time.</xp:paragraph>