<templates>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
構文 |
![]() |
<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 -->
子要素 |
![]() |
|