To arrange components in columns using labeledFieldLayout:
The labeledFieldLayout node is inserted and highlighted under the expanded parent node. The Property Inspector displays the properties of the new component.
Tip: You can also right-click the labeledFieldLayout component and choose to insert inside the layout one of the preferred message form components.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
...
<labeledFieldLayout labelWidth="25%"
fieldWidth="80%"
columns="2"
width="80%" >
<contents>
UserName
<textInput name="foo"/>
Password
<textInput name="foo" secret="true"/>
Submit
<submitButton formName="myform" text="Submit"/>
Reset
<resetButton formName="myform" text="Reset"/>
</contents>
</labeledFieldLayout>
...
<!-- REST OF PAGE LAYOUT -->
<pageLayout>
...
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.