The NavSearch component defines the navigational elements for the search button that exists on the navigation item, allowing the user to activate the search function. When a user clicks on the Search button, a JavaScript code snippet is executed, performing the specific search action.

The NavSearch component has the following configuration:

Name

Type

Description

id

string

IDs are optional. If you use an ID, it must be unique to the IDs that are specified by other navigational components within the global context area.

The ID is included when rendering the NavSearch component within the DOM to enable custom CSS files to target the styling of the NavSearch without having to modify the JSP file directly.

toolTipResourceKey

string

The resource key used to identify the tooltip text that appears when hovering over the search element of the NavItem in the UI.

resourceBundleName

string

Identifies the name of the resource bundle used to look up all resourced values.

javaScriptFunctionCall

path

Defines the string that is rendered as the JavaScript function for the search icons.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices