09-19-05 11:00 PM
Hi Mindy,
I assume that the tree view controls might be broken on your site.
Check this article:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm#3CBCBC19-4DDD-4B82-8409-000362BAF0B0
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Mindy" <Mindy@discussions.microsoft.com> wrote in message
news:C18A3C6F-BEAE-44DF-B83D-FD8528795BC4@microsoft.com...
>I followed the example provided from the Building Website with MCMS to
>create
> a sitemap page, the project built successfully, however, when I view it in
> the browser, the sitemap did not show in a treeview, there is no links or
> node created. It does recurive through all the channel and postings.
>
> It looks like this:
> Home About US Channel 2 posting 1 posting 2 Channel 3 posting 1 posting 2
>
> some part of the HTML code generated as follow:
>
> <?XML:NAMESPACE PREFIX=TVNS />
> <?IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc"
> />
> <tvns:treeview id="SiteMapTree1_Tree"
> defaultStyle="font-size:10pt;font-family:arial;"
> hoverStyle="background-color:orange;"
> selectedStyle="background-color:green;"
> selectedNodeIndex="0" HelperID="__SiteMapTree1_Tree_State__"
> systemImagesPath="/webctrl_client/1_0/treeimages/" onexpand="java script:
> if
> (this.clickedNodeIndex != null) this.queueEvent('onexpand',
> this.clickedNodeIndex)" oncollapse="java script: if (this.clickedNodeIndex
> !=
> null) this.queueEvent('oncollapse', this.clickedNodeIndex)"
> oncheck="java script: if (this.clickedNodeIndex != null)
> this.queueEvent('oncheck', this.clickedNodeIndex)"
> onselectedindexchange="java script: if (event.oldTreeNodeIndex !=
> event.newTreeNodeIndex) this.queueEvent('onselectedindexchange',
> event.oldTreeNodeIndex + ',' + event.newTreeNodeIndex)">
> <tvns:treenodetype Type="ContainerNode"
> ImageUrl="/TBDHU/Images/treeicons/channelclose.gif"
> SelectedImageUrl="/TBDHU/Images/treeicons/channelopen.gif"
> ExpandedImageUrl="/TBDHU/Images/treeicons/channelopen.gif">
>
> </tvns:treenodetype><tvns:treenodetype Type="LeafNode"
> ImageUrl="/TBDHU/Images/treeicons/posting.gif">
>
> </tvns:treenodetype><tvns:treenode Type="ContainerNode" Expanded="True"
> Selected="true" NavigateUrl="/TBDHU/"
> ID="{BDAF2FF5-EEEA-4553-9D35-7EC92B68A49B}">
> Home<tvns:treenode Type="ContainerNode" Expanded="True"
> NavigateUrl="/TBDHU/About/" ID="{31F24325-5166-4CF8-88D9-6BACB8CE8336
}">
> About Us<tvns:treenode Type="ContainerNode" Expanded="True"
> NavigateUrl="/TBDHU/About/About/"
> ID="{EDC9E1CE-98DC-4BC6-92A8-2BCC801B376D}">
> About Us
>
> Please help. What did i do wrong?
>
> Thanks
>
[ Post a follow-up to this message ]
|