This is a migrated thread and some comments may be shown as answers.

Defining Width PanelBar MOSS 2007

1 Answer 70 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Steve Roach
Top achievements
Rank 1
Steve Roach asked on 24 Jul 2008, 09:46 AM
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

<!-- Current Navigation   
--&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;telerik:RadPanelBar   
ID="RadPanelBar1" runat="server" DataSourceID="SiteMapDS"   
Skin="Office2007"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
&lt;PublishingNavigation:PortalSiteMapDataSource ID="SiteMapDS"   
Runat="server"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
SiteMapProvider="CurrentNavSiteMapProvider"   
EnableViewState="true"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
StartFromCurrentNode="true" StartingNodeOffset="0"   
ShowStartingNode="false"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
TrimNonCurrentTypes="Heading"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   
&lt;/asp:ContentPlaceHolder&gt; 

Thanks very much

Steve

1 Answer, 1 is accepted

Sort by
0
Accepted
Tim
Top achievements
Rank 1
answered on 24 Jul 2008, 12:12 PM
Try
 
<telerik:RadPanelBar ID="RadPanelBar1" runat="server" DataSourceID="SiteMapDS" Width="150" Skin="Office2007"/> 

Cheers

Tim
Tags
Sharepoint Integration
Asked by
Steve Roach
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Share this question
or