--
JoaoQuintas - 24 Aug 2010
Output HTML
An Output HTML is a XVW component that allows the programmer to output any html text to the viewer.
XML Definition
A Title is declared as following:
<xvw:outputHtml valueExpression="#{viewBean.HTML_DATA_OUTPUT}" renderedValue="RENDERED_VALUE"
visible="BOOLEAN">
</xvw:outputHtml>
Component from which the Output HTML Extends
Components that Extend OutputHtml
Output HTML Properties
Property |
Description |
Requirement |
Default Value |
Type |
Example |
valueExpression |
The HTML string to output |
optional |
|
String/EL |
Every html tag is interpreted and shown on the viewer as html |
renderedValue |
Keeps the rendered value to be able to compare a previous value when the component is rendered other than the first time |
optional |
|
Object |
|
visible |
Evaluates if the output html is visible |
optional |
True |
Boolean/EL |
|
Possible Child Components: