Saturday, March 5, 2011

Display html code on a page


2 ways you can display html code on a page in ADF

<af:outputText id="ot1" escape="false" value="html code value goes here.."/>
or
<af:richTextEditor label="htmlContent" id="rte1" columns="50" readOnly="true"
             value="html code value goes here.."
             simple="true" editMode="source" rows="25"/>

No comments:

Post a Comment