<content>要素 |
 |
ネームスペース: |
http://xmlns.oracle.com/uix/ui |
テンプレートのUINodeコンテンツ。
構文 |
 |
<content > <!-- The following child can be anything derived from the given element -->
</content>
注意:
説明 |
 |
テンプレートのUINodeコンテンツ。<content>要素は、<type>要素および(オプションの)<templates>要素の後に含めます。このテンプレートのレンダリングに使用されるUIツリーのルートを定義する、1つの子要素が含まれている必要があります。
例 |
 |
<templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
xmlns:ui="http://xmlns.oracle.com/uix/ui"
targetNamespace="http://foo.com" localName="fooPageLayout">
<templates> ... </templates>
<type base="ui:pageLayout"> ... </type>
<content>
<pageLayout> ... </pageLayout>
</content>
</templateDefinition>
子要素 |
 |
|
説明 |
必須 |
組込み可能な数 |
<(その他の要素)> |
テンプレートのルート要素。
|
はい |
1 |
|