ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

TagList

Summary

Lists settings for specific tags.

Usage

TagList[<type>]=<tag>

Description

This setting will list the settings for specific tags.

This setting is case sensitive.

Examples

Example 1

TagList[text]=;;htmlspecialchars,nl2br

This is the default setting for everything that is considered normal text, for example text not inside tags.

Example 2

TagList[literal]=<pre>;</pre>;htmlspecialchars
TagList[code]=<pre class="code">;</pre>;htmlspecialchars
TagList[strong]=<b>;</b>;htmlspecialchars,nl2br
TagList[emphasize]=<i>;</i>;htmlspecialchars,nl2br

These are the default settings for the literal, strong and emphasize tags.

Geir Arne Waaler (18/10/2010 1:15 pm)

Geir Arne Waaler (18/10/2010 1:15 pm)


Comments

There are no comments.