Forums / Setup & design / Online Editor: How to change the title for the headers in the dropdown box?

Online Editor: How to change the title for the headers in the dropdown box?

Author Message

Siw Helen Thorslund

Wednesday 17 November 2004 3:57:07 pm

I want to change the "Heading 5" in the dropdown box to "Red title" in the Online Editor.

How do I do this?
..what files do I edit?

Thanx.. :)

www.VZT.no ( http://www.VZT.no )
VZT References ( http://http://vzt.no/index.php/vzt_eng/referanser )
VZT Extensions ( http://vzt.no/index.php/vzt_eng/extensions )
www.MediaBase.no ( http://www.MediaBase.no )

Wenyue Yu

Thursday 18 November 2004 7:06:08 am

Hi,

You can change following code in file extension/ezdhtml/design/standard/javascripts/ezdhtml/ezeditor.js around line 890:
from

  + "   <option value='Heading 5'>Heading 5</option>"

to

  + "   <option value='Heading 5'>Red title</option>"

Regards,
wenyue