Hi,
I have implemented Panelbar as the current navigation in a MOSS 2007 site and all seems to load correctly. I am struggling to understand how the width of the control is modified. I am using SharePoint Designer and cannot see any tag attributes, am I missing something?
Code for the control is
Thanks very much
Steve
I have implemented Panelbar as the current navigation in a MOSS 2007 site and all seems to load correctly. I am struggling to understand how the width of the control is modified. I am using SharePoint Designer and cannot see any tag attributes, am I missing something?
Code for the control is
| <!-- Current Navigation |
| --><BR> <telerik:RadPanelBar |
| ID="RadPanelBar1" runat="server" DataSourceID="SiteMapDS" |
| Skin="Office2007"/><BR> |
| <PublishingNavigation:PortalSiteMapDataSource ID="SiteMapDS" |
| Runat="server"<BR> |
| SiteMapProvider="CurrentNavSiteMapProvider" |
| EnableViewState="true"<BR> |
| StartFromCurrentNode="true" StartingNodeOffset="0" |
| ShowStartingNode="false"<BR> |
| TrimNonCurrentTypes="Heading"/><BR> |
| </asp:ContentPlaceHolder> |
Thanks very much
Steve