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 ]
|