HTML
amx:outputHTML, amx:verbatim
There are two versions of HTML components that can be embedded within a page.
- Output HTML: Obtains HTML content from an EL-bound property or method with the purpose of displaying it on a page
- Verbatim: Inserts HTML onto a page in cases where such a component does not exist or you prefer laying it out yourself using HTML.
Appearance
Appearance characteristics for this component.
- Value: Output HTML allows you specify the value of your HTML.
- Rendered: Both components can be shown or hidden.
Behavior
Common behaviors for this component.
- Security: Output HTML can be set to either High or None when displaying the HTML
Usage
Usage guidelines for this component.
Sample
AMX sample code for this component.
<amx:outputHtml id="ReceiptView" value="#{pageFlowScope.purchaseBean.htmlReceiptView}"/>
Related
- Used On: Phone, Tablet
- Also Called: Check, True/False
- Related Components: Text
- Resources: None