|
Home > Archive > Microsoft Content Management Server > September 2005 > site map
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| 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="javascript: if
(this.clickedNodeIndex != null) this.queueEvent('onexpand',
this.clickedNodeIndex)" oncollapse="javascript: if (this.clickedNodeIndex !=
null) this.queueEvent('oncollapse', this.clickedNodeIndex)"
oncheck="javascript: if (this.clickedNodeIndex != null)
this.queueEvent('oncheck', this.clickedNodeIndex)"
onselectedindexchange="javascript: 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
| |
| Stefan [MSFT] 2005-09-19, 6: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...6a/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
>
| |
|
|
I could not find the webctrl_client folder under :\Inetpub\wwwroot\? How can
I restore it?
Thanks
"Stefan [MSFT]" wrote:
> Hi Mindy,
>
> I assume that the tree view controls might be broken on your site.
> Check this article:
> http://download.microsoft.com/downl...6a/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...
>
>
>
| |
| Stefan [MSFT] 2005-09-19, 6:00 pm |
| Hi Mindy,
you need to reinstall IE Webcontrols:
http://www.microsoft.com/downloads/...&DisplayLang=en
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:E123FBA4-240E-4ECD-9D18-1C139AC11D6B@microsoft.com...[vbcol=seagreen]
>
> I could not find the webctrl_client folder under :\Inetpub\wwwroot\? How
> can
> I restore it?
>
> Thanks
>
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|