rawTextコンポーネントを挿入するには、次のようにします。
「rawText」ノードが、展開された親ノードに挿入され、強調表示されます。
注意: データ・バインディングの使用は、「コンポーネント属性のデータ・バインディング」を参照してください。
...
<rawText text=" _text_ "
preText="_preText_ "
postText=" _postText_"
betweenText=" _betweenText_ ">
<contents>
<header>
<link text="header info"
destination="http://www.oracle.com"/>
</header>
</contents>
</rawText>
...
<rawText>
<contents>
<hr>
</contents>
</rawText>
...
<rawText>
<hr>
</rawText>
...
<rawText>
<![CDATA[
Here's some HTML: <a href="http://www.oracle.com">Oracle</a>
and it can go <b>on and on and on</b>...
]]>
</rawText>
...
formattedTextの挿入
単純なコンポーネントおよびその他のコンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.