The subTabLayout component is a layout element with one named child, subTabs. The subTabs named child uses a subTabBar component that renders subtabs before and after the indexed children of subTabLayout.
The subTabLayout component can use partial page rendering to send events to the application. To enable partial page rendering, the following requirements must be met:
<accessibility-mode>inaccessible</accessibility-mode>
in the UIX configuration file (
uix-config.xml
).
If any of the requirements are not met or if the browser does not support partial page rendering, full page rendering will be used.
Inserting a SubTabBar Using
SubTabLayout
Inserting
Indexed Children in a SubTabLayout
Enabling Partial Page Rendering for a SubTabLayout
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.