urlIncludeコンポーネントを使用してHTMLコンテンツを挿入するには、次のようにします。
「挿入」ダイアログが開きます。
http://www.example.com/adfuix/somehtml.html
を入力します。
注意: データ・バインディングの使用は、「コンポーネント属性のデータ・バインディング」を参照してください。
This is the file that has the urlInclude component:
...
<pageLayout title="">
...
...
<contents>
<header text="Example of included HTML Content">
<contents>
<urlInclude source="http"//www.example.com/adfuix/someHtml.html"/>
</contents>
</header>
...
</contents>
</pageLayout>
...
urlIncludeについて
includeについて
servletIncludeについて
includeを使用したUIX XMLコンテンツの挿入
servletIncludeを使用したJSPとサーブレットの挿入
includeコンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.