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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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