ui:h4
Purpose
Renders a h4-equivalent heading. The actual heading level used in HTML may not beh4
, as the UI Set or theme may use upper heading levels for other UI elements.Supports i18n strings for headings.Example
<ui:h4>This is a title</ui:h4> <ui:h4 text="sub.sub.sub.heading"/> <ui:h4 text="sub.sub.sub.heading" textArgs="[userName:user.name]"/>
Attributes
Name | Required? | Description |
---|---|---|
text | No | Optional i18n message code or default text |
textArgs | No | Optional arguments for i18n message |