Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NavBars element contains the collection of links that appear in the top and left navigation areas of a home page.
Syntax
<NavBars>
</NavBars>
Element Relationships
Parent Elements | Child Elements |
---|---|
Project | NavBar |
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=" "
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> </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> </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> </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> </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> </td>
<td valign=top><a ID=onetleftnavbar#LABEL_ID# href='#URL#'>#LABEL#</td></tr></table>
</td></tr>" Suffix="</table>" ID="1007" />
</NavBars>