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