Changing Style Names in CMS Formatting Toolbar
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Changing Style Names in CMS Formatting Toolbar




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Changing Style Names in CMS Formatting Toolbar  
Geoff


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-24-05 01:47 AM

Hi all,

I am hoping to change the name of a few options in the Style drop-down in
the CMS Formatting Toolbar (i.e. "Definition Term" to "Blockquote").

I have had a look at the ActiveXEditing.vbs file and various other XML /
.inc files in the MCMS folder however cannot find where the values are adde
d
to the list. Does anyone know where I can change this?

--
Regards,

Geoff





[ Post a follow-up to this message ]



    Re: Changing Style Names in CMS Formatting Toolbar  
Chester Ragel


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-24-05 07:47 AM

Hi Geoff,

If you closely look into ActiveXEditing.vbs you will notice that the styles
are taken from the activex control.

A piece of code from ActiveXEditing.vbs,

arrStyles = document.ToolbarInterface.AvailableStyles
for each strStyle in arrStyles
//This is the place where all the style names are added to the style
combo box.
myhtmlstyle.AddString strStyle
next

So I don't think it is possible to change the string. If you really need
that, you may use some other custom html editors.

Cheers,
Chester.


"Geoff" <Geoff@discussions.microsoft.com> wrote in message
news:02E304A7-0E3A-4617-9068-BE289E8DCC08@microsoft.com...
> Hi all,
>
> I am hoping to change the name of a few options in the Style drop-down in
> the CMS Formatting Toolbar (i.e. "Definition Term" to "Blockquote").
>
> I have had a look at the ActiveXEditing.vbs file and various other XML /
> .inc files in the MCMS folder however cannot find where the values are
added
> to the list. Does anyone know where I can change this?
>
> --
> Regards,
>
> Geoff







[ Post a follow-up to this message ]



    Re: Changing Style Names in CMS Formatting Toolbar  
Mei Ying [MVP]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-24-05 07:47 AM

Hi

For styles and HtmlPlaceholderControls, check out this really customizable
solution by Telerik:

http://www.telerik.com/mcms

It allows you do define your own styles, see style formatting in authoring
mode, add new buttons, et al easily.

--
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Book: http://www.packtpub.com/book/mcms
Contact: meiyinglim@hotmail.com
---


"Chester Ragel" wrote:

> Hi Geoff,
>
> If you closely look into ActiveXEditing.vbs you will notice that the style
s
> are taken from the activex control.
>
> A piece of code from ActiveXEditing.vbs,
>
>     arrStyles = document.ToolbarInterface.AvailableStyles
>     for each strStyle in arrStyles
>        //This is the place where all the style names are added to the styl
e
> combo box.
>         myhtmlstyle.AddString strStyle
>     next
>
> So I don't think it is possible to change the string. If you really need
> that, you may use some other custom html editors.
>
> Cheers,
> Chester.
>
>
> "Geoff" <Geoff@discussions.microsoft.com> wrote in message
> news:02E304A7-0E3A-4617-9068-BE289E8DCC08@microsoft.com... 
> added 
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:53 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register