paragraph - Paragraph
Combines text in a paragraph format.
Category
Other ControlsSyntax
<xp:paragraph attributes>content</xp:paragraph>
Property | Description |
---|---|
id | Defaults to paragraph1 , paragraph2 ,
and so on. |
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>