<explorerQuickSearch> Element

The explorerQuickSearch element is a member of the following categories:

Use the explorerQuickSearch element to render the search controls of an Explorer Detail apart from the ExplorerDetail object. This separate rendering of the search controls provides compliance with the Oracle Browser Look And Feel (BLAF) standards.

Note: You can render the search controls of an Explorer Detail separately only if you set the allowSearch attribute of the associated explorerDetailDef element to false.

Attributes

biExplorerDetail -- (Required) A data-bound attribute that binds to an ExplorerDetail object that is defined in the same page as the explorerQuickSearch element. Specify the select key of the ExplorerDetail object for which you want to render search controls.

Note: The remaining attributes are not used.

Example

The following example shows an XML fragment that renders an explorerQuickSearch element in the UI tree section of a page using the following assumptions:


<!-- Renders the explorerQuickSearch element --> <bibeans:explorerQuickSearch data:biExplorerDetail="page3_expDetail1@bibeans:bisession1" />