To insert a quickSearch component:
The quickSearch node is under pageLayout Named Children in pageLayout. or pageHeaderLayout Named Children in pageHeaderLayout .
The new messageTextInput node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
The submitButton node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component. You need to set an event handler for the submit button.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Insert quick search component -->
<quickSearch>
<messageTextInput prompt="Search">
<end>
<submitButton text="Go!"/>
</end>
</messageTextInput>
</quickSearch>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About PageHeaderLayout and
its Named Children
About
PageLayout and its Named Children
Working with PageHeaderLayout
and its Named Children
Working with PageLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.