Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Defaulting Temaplte Gallary to TreeView mode
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Devin Rader  
View profile  
 More options Jan 10 2003, 12:34 pm
Newsgroups: microsoft.public.cmserver.general
From: "Devin Rader" <dmra...@sseinc.com>
Date: Fri, 10 Jan 2003 11:27:23 -0600
Local: Fri, Jan 10 2003 12:27 pm
Subject: Defaulting Temaplte Gallary to TreeView mode
Can I force the Temaplte Gallary to default to treeview?

devin


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin [MSFT]  
View profile  
 More options Jan 13 2003, 10:24 pm
Newsgroups: microsoft.public.cmserver.general
From: "Kevin [MSFT]" <kevin...@online.microsoft.com>
Date: Mon, 13 Jan 2003 19:04:10 -0800
Local: Mon, Jan 13 2003 10:04 pm
Subject: Re: Defaulting Temaplte Gallary to TreeView mode
In the file
<MCMS>\Server\IIS_CMS\WebAuthor\Dialogs\PageCreationWizard\TemplateGallerie s
Browse\TemplateGalleriesBrowse.aspx

Change the default droplist control from:

<asp:DropDownList Runat="server" id="GalleriesViewSelect"
AutoPostBack="True">
       <asp:ListItem Value="View As List" Selected="True">View As
List</asp:ListItem>
       <asp:ListItem Value="View As Tree">View As Tree</asp:ListItem>
</asp:DropDownList>

To this:

<asp:DropDownList Runat="server" id="GalleriesViewSelect"
AutoPostBack="True">
       <asp:ListItem Value="View As List">View As List</asp:ListItem>
       <asp:ListItem Value="View As Tree" Selected="True">View As
Tree</asp:ListItem>
</asp:DropDownList>

You can do similiar customization on other dialogs.

"Devin Rader" <dmra...@sseinc.com> wrote in message

news:OcPKB2MuCHA.1640@TK2MSFTNGP09...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Devin Rader  
View profile  
 More options Jan 14 2003, 10:59 am
Newsgroups: microsoft.public.cmserver.general
From: "Devin Rader" <dmra...@sseinc.com>
Date: Tue, 14 Jan 2003 09:39:33 -0600
Local: Tues, Jan 14 2003 10:39 am
Subject: Re: Defaulting Temaplte Gallary to TreeView mode

Just a follow up.  I would advise that anyone NOT do this.  There is a bug
in CMS that does not apply the template security settings to the TreeView so
anyone can see all of your templates regardless of their security settings..

devin

"Kevin [MSFT]" <kevin...@online.microsoft.com> wrote in message

news:#8M#Qm3uCHA.2476@TK2MSFTNGP10...
> In the file

<MCMS>\Server\IIS_CMS\WebAuthor\Dialogs\PageCreationWizard\TemplateGallerie s


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd  
View profile  
 More options Jan 15 2003, 12:17 am
Newsgroups: microsoft.public.cmserver.general
From: "Todd" <tb...@SPAMALIZERipcs.net>
Date: Tue, 14 Jan 2003 22:59:22 -0600
Local: Tues, Jan 14 2003 11:59 pm
Subject: Re: Defaulting Temaplte Gallary to TreeView mode
To change the default view in the Gallery viewer from "View As List" to
"View As Tree" you need to make a change to the ResourceGalleriesGrid.ascx
file in the following directory (by default):

C:\Program Files\Microsoft Content Management
Server\Server\IIS_CMS\WebAuthor\Dialogs\ResourceBrowser

Change the drop down list from this:

<asp:DropDownList Runat="server" id="GalleriesViewSelect"
AutoPostBack="True">
  <asp:ListItem Value="View As List" Selected="True">View As
List</asp:ListItem>
  <asp:ListItem Value="View As Tree">View As Tree</asp:ListItem>
</asp:DropDownList>

to this:

<asp:DropDownList Runat="server" id="GalleriesViewSelect"
AutoPostBack="True">
  <asp:ListItem Value="View As List">View As List</asp:ListItem>
  <asp:ListItem Value="View As Tree" Selected="True">View As
Tree</asp:ListItem>
</asp:DropDownList>

HTH,

<Todd />

"Devin Rader" <dmra...@sseinc.com> wrote in message

news:OcPKB2MuCHA.1640@TK2MSFTNGP09...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google