<templates>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
<templates>要素は、複数のテンプレート要素のコンテナです。
構文 |
 |
<templates> <!-- The following child can be anything derived from the given element -->
</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>
子要素 |
 |
This document was generated on Wed Jul 07 19:22:00 PDT 2004
Copyright © 2001, 2004, Oracle.All rights reserved.