Forums / General / online editor and dl tag

"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 and dl tag

Author Message

Carlos Revillo

Sunday 27 January 2008 5:31:35 am

Hi. I'm working with ez 4.0 and online editor. I have problems with "dl" tag.
my settings/content.ini file has this lines

[ul]
AvailableClasses[]
#AvailableClasses[]=ulRed
#AvailableClasses[]=ulBlue
CustomAttributes[]

[dl]
AvailableClasses[]
#AvailableClasses[]=ulRed
#AvailableClasses[]=ulBlue
CustomAttributes[]

so, it seems dl tag should work. all works as expected for ul and other tags (li, table) but it doesn't with dl. Every time i need to publish a draft with dl tags inside content, i've got a "unknow tag" error.

Do i have to change something? thank you.

Łukasz Serwatka

Sunday 27 January 2008 11:52:46 pm

Hi Carlos,

The dl tag is not supported by Online Editor. Exponential 4.0 settings/content.ini does not have [dl] tag definition. Perhaps someone add it to installation that you are using. You might enable html class for literal tag and put dl list inside.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Carlos Revillo

Monday 28 January 2008 12:13:53 am

Thanks Lukasz. You are right. Someone had added the tag to content.ini.