<body>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/ui |
派生元: | <ui:base>要素 |
グループ: | UIX Components |
要素の型: | UINode |
構文 |
![]() |
<body
[ navigationFormName="string"
]
[ onLoad="string"
]
[ onUnload="string"
] >
<contents> <!-- indexed children --> </contents>
</body>
説明 |
![]() |
<body>要素は、ドキュメント本体のコンテナです。このBeanは、UIX Componentsコンテンツから開かれたウィンドウで使用するすべてのコンテンツのルートとして必要です。UIX LanguageをUIX Controllerと組み合せて使用する開発者は、このBeanまたは要素を使用する必要はありません。この要素は自動的に追加されます。しかし、onLoadハンドラおよびonUnloadハンドラをアタッチするには、この要素を使用する方法しかありません。
例 |
![]() |
<body>
<contents>
<styledText text="Here is some text inside a body element"
</contents>
</body>
属性 |
![]() |
子要素 |
![]() |
|