Quick Nav:  Online Store   |   Login | Register

Re: RootLevel for BreadCrumb

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
matchbx matchbx
<20 Posts
Posts:2


07/27/2004 8:40 AM  
This code is in the desktopportalbanner.vb


If Not Me.FindControl("BreadCrumbContainer") Is Nothing Then
' process bread crumbs
Dim strBreadCrumbs = ""
Dim intTab As Integer
For intTab = 1 To _portalSettings.BreadCrumbs.Count - 1
strBreadCrumbs += "  " & CType(_portalSettings.BreadCrumbs(intTab), TabStripDetails).TabName & " "
Next
BreadCrumbContainer.InnerHtml = strBreadCrumbs
End If


Does this mean that the breadcrumb is built manually..... If so Why?????

Would I have to modify the code to change the RootLevel or the separator as described in the Skinning White Paper?

Thanks,
matchbx
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >Bugs and other Issues > Re: RootLevel for BreadCrumb



ActiveForums 3.7
Powered by: Snapsis Software