<templates>要素
ネームスペース: http://xmlns.oracle.com/uix/ui

<templates>要素は、複数のテンプレート要素のコンテナです。

構文
<templates>
     <!-- The following child can be anything derived from the given element -->
   <template></template>
</templates>

注意:

説明

<templates>要素は、複数のテンプレート要素のコンテナです。一連のテンプレート定義またはインポート要素を含めることができます。


<ctrl:page xmlns:ctrl="http://xmlns.oracle.com/uix/controller">
  <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="..."/>
    <templateImport source="..."/>
    <templateDefinition>
      <!-- A template defined inline ... -->
    </templateDefinition>
  </templates>
  <!-- Rest of Page -->
  ...
</ctrl:page>

子要素

説明 必須 最大値
<template>
1つのテンプレートの定義またはインポート。
いいえ 無限
This document was generated on Wed Jul 07 19:22:00 PDT 2004

Copyright © 2001, 2004, Oracle.All rights reserved.