| Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts. |
|
| Author | Messages | |
matchbx matchbx
 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. |
|
|
|