Hello,
I use RadEditor to edit pages in a wiki library in MOSS 2007.
I predefined the following paragraphs to be used in the FormatBlock dropdown:
<paragraphs>
<paragraph name="<p class='Schrift_normal'>Normal</p>" value="<p class='Schrift_normal'>" />
<paragraph name="<p class='Schrift_klein'>Klein</p>" value="<p class='Schrift_klein'>" />
<paragraph name="<h1 class='Gliederungspunkt'>Gliederungspunkt</h1>" value="<h1 class='Gliederungspunkt'>" />
<paragraph name="<h2 class='Ueberschrift_1'>Überschrift 1</h2>" value="<h2 class='Ueberschrift_1'>" />
<paragraph name="<h3 class='Ueberschrift_2'>Überschrift 2</h3>" value="<h3 class='Ueberschrift_2'>" />
</paragraphs>
I explicitly want the H2 html tag in my example to be called "Überschrift 2" (I am using the German language localization)
The problem is when I click on a text that is enclosed in H2 tags <h2 class='Ueberschrift_1'>some text<h2>, the FormatBlock displays "Überschrift 2" instead of "Überschrift 1", which I predefined!
The same happens when I click on a text enclosed by <H1> tags. Instead of "Gliederungspunkt", the FormatBlock displays "Überschrift 1".
Is there any way to control what is being displayed in the FormatBlock dropdown on the OnClick event?
Thank you in advance!
Best regards,
Dimitar Kuzumski
Berufsgennosenschaft Metall Nord Süd
Mainz, Germany
I use RadEditor to edit pages in a wiki library in MOSS 2007.
I predefined the following paragraphs to be used in the FormatBlock dropdown:
<paragraphs>
<paragraph name="<p class='Schrift_normal'>Normal</p>" value="<p class='Schrift_normal'>" />
<paragraph name="<p class='Schrift_klein'>Klein</p>" value="<p class='Schrift_klein'>" />
<paragraph name="<h1 class='Gliederungspunkt'>Gliederungspunkt</h1>" value="<h1 class='Gliederungspunkt'>" />
<paragraph name="<h2 class='Ueberschrift_1'>Überschrift 1</h2>" value="<h2 class='Ueberschrift_1'>" />
<paragraph name="<h3 class='Ueberschrift_2'>Überschrift 2</h3>" value="<h3 class='Ueberschrift_2'>" />
</paragraphs>
I explicitly want the H2 html tag in my example to be called "Überschrift 2" (I am using the German language localization)
The problem is when I click on a text that is enclosed in H2 tags <h2 class='Ueberschrift_1'>some text<h2>, the FormatBlock displays "Überschrift 2" instead of "Überschrift 1", which I predefined!
The same happens when I click on a text enclosed by <H1> tags. Instead of "Gliederungspunkt", the FormatBlock displays "Überschrift 1".
Is there any way to control what is being displayed in the FormatBlock dropdown on the OnClick event?
Thank you in advance!
Best regards,
Dimitar Kuzumski
Berufsgennosenschaft Metall Nord Süd
Mainz, Germany