Share via


NavBar

The NavBar element represents a container for side tabs added to the navigation pane in a detail form window in the Web application configuration file (isv.config).

Example

<NavBar ValidForCreate="0" ValidForUpdate="1">
   <NavBarItem Icon="/_imgs/ico_18_debug.gif" Title="ISV Test 1"
       Url="https://www.microsoft.com" Id="navItem"/>
</NavBar>

Attributes

Icon

Specifies the file name icon to be displayed on the side tab.

Title

Specifies the name of the side tab.

ValidForCreate

Specifies whether the toolbar should be shown in the detail form window when an object is being created.

ValidForUpdate

Specifies whether the toolbar should be shown in the detail form window when an object is being updated.

Element Information

Number of occurrences Zero or more per parent element
Parent elements account, contact, lead, opportunity, incident, quote, salesorder, or invoice
Child elements Zero or more of NavBarItem

© 2005 Microsoft Corporation. All rights reserved.