About the Body Element

The body element is a container for the body of a UIX document in ADF UIX. This element is required as the root of all content that you wish to be used in windows opened from UIX components content. The body element is automatically added for you when you create any UIX XML page in JDeveloper.

The attributes you can set for the body element are:

Use the body element to attach onLoad, onUnload, and other handlers to the UIX page.


Example:

...
<body>
  <contents>
    <styledText text="Here is some text inside a body element"
  </contents>
</body>
...    

About the Document Element and MetaContainer Named Child

Using the Body Element
Working with Simple and Miscellaneous Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.