Inserting Alternate Content in a FrameBorderLayout

To insert alternate content in a frameBorderLayout:

  1. In the Design Structure Window of the desired file, expand the frameBorderLayout node, then expand the frameBorderLayout Named Children node.
  2. Right-click the alternateContent node and choose Insert inside alternateContent. Then select a component using one of the submenu options. Alternate content is non-frame content for browsers that do not support frames.

    Alternatively, you can drag and drop a component from the Component Palette to the alternateContent node.

Example (UIX XML)


...
<document>
  <contents>
    <frameBorderLayout> 
      <alternateContent>
      </alternateContent>
      <center>
        <frame source="frame_center.uix" name="fcenter"/>
      </center>
      <left>
        <frame source="frame_left.uix" name="fleft" width="30%" />
      </left>
    </frameBorderLayout> 
  </contents>
</document>
...    

About FrameBorderLayout and its Named Children

Inserting a Frame in a Named Area Using FrameBorderLayout
Working with Layout Components

 

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