NavBars Element (Site)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Contains the collection of links that appear in the top and left navigation areas of a home page.

<NavBars>
</NavBars>

Attributes

Attribute

Description

None

N/A

Child Elements

NavBar

Parent Elements

Project

Occurrences

Minimum: 0

Maximum: 1

Example

The following example from the file Onet.xml defines the default navigation areas for the home page.

<NavBars>
   <NavBar Name="SharePoint Top Navbar" Separator="&nbsp;&nbsp;&nbsp;" 
      Body="<a ID='onettopnavbar#LABEL_ID#' href='#URL#' 
         accesskey='J'>#LABEL#</a>" ID="1002">
      <NavBarLink Name="Documents and Lists" 
         Url="_layouts/[%=System.Threading.Thread.CurrentThread.
            CurrentUICulture.LCID%]/viewlsts.aspx" />
      <NavBarLink Name="Create" 
         Url="_layouts/[%=System.Threading.Thread.CurrentThread.
            CurrentUICulture.LCID%]/create.aspx" />
      <NavBarLink Name="Site Settings" 
         Url="_layouts/[%=System.Threading.Thread.CurrentThread.
            CurrentUICulture.LCID%]/settings.aspx" />
      <NavBarLink Name="Help" Url="javascript:HelpWindowKey
         ("helphome")" />
   </NavBar>
   <NavBar Name="Documents" Prefix="<table border=0 cellpadding=4 
         cellspacing=0>" 
      Body="<tr><td><table border=0 cellpadding=0 
         cellspacing=0><tr><td>
      <img src='/_layouts/images/blank.gif' ID='100' alt='Icon' 
         border=0>&nbsp;</td><td valign=top>
      <a ID=onetleftnavbar#LABEL_ID# 
         href='#URL#'>#LABEL#</td></tr></table></td></tr>" 
      Suffix="</table>" ID="1004" />
   <NavBar Name="Pictures" Prefix="<table border=0 cellpadding=4 
         cellspacing=0>" 
      Body="<tr><td><table border=0 cellpadding=0 
         cellspacing=0><tr><td>
      <img src='/_layouts/images/blank.gif' ID='100' alt='Icon' 
         border=0>&nbsp;</td>
      <td valign=top><a ID=onetleftnavbar#LABEL_ID# 
         href='#URL#'>#LABEL#</td></tr></table>
      </td></tr>" Suffix="</table>" ID="1005" />
   <NavBar Name="Lists" Prefix="<table border=0 cellpadding=4 
         cellspacing=0>" 
      Body="<tr><td><table border=0 cellpadding=0 
         cellspacing=0><tr><td>
      <img src='/_layouts/images/blank.gif' ID='100' alt='Icon' 
         border=0>&nbsp;</td>
      <td valign=top><a ID=onetleftnavbar#LABEL_ID# 
         href='#URL#'>#LABEL#</td></tr></table>
      </td></tr>" Suffix="</table>" ID="1003" />
   <NavBar Name="Discussions" Prefix="<table border=0 cellpadding=4 
         cellspacing=0>" 
      Body="<tr><td><table border=0 cellpadding=0 
         cellspacing=0><tr><td>
      <img src='/_layouts/images/blank.gif' ID='100' alt='Icon' 
         border=0>&nbsp;</td>
      <td valign=top><a ID=onetleftnavbar#LABEL_ID# 
         href='#URL#'>#LABEL#</td></tr></table>
      </td></tr>" Suffix="</table>" ID="1006" />
   <NavBar Name="Surveys" Prefix="<table border=0 cellpadding=4 
         cellspacing=0>" 
      Body="<tr><td><table border=0 cellpadding=0 
         cellspacing=0><tr><td>
      <img src='/_layouts/images/blank.gif' ID='100' alt='Icon' 
         border=0>&nbsp;</td>
      <td valign=top><a ID=onetleftnavbar#LABEL_ID# 
         href='#URL#'>#LABEL#</td></tr></table>
      </td></tr>" Suffix="</table>" ID="1007" />
</NavBars>