ibexa

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

AvailableClasses

Summary

Sets the available classes for XML tags of the "name_of_XML_tag" type.

Usage

 

AvailableClasses[]=class1
AvailableClasses[]=class2
...

Description

This setting makes it possible to specify which custom classes that can be used within XML tags of the "name_of_XML_tag" type. It is an array of values that can be assigned to the "class" attribute of the XML tags. If empty, the system will not allow the use of classified "name_of_XML_tag" tags. Note that the classification of anchor tags and custom tags is not supported.

Examples

Example 1

If you wish to use "pRed" and "pBlue" classified paragraphs in your XML blocks, make sure that the [paragraph] section in "content.ini.append.php" contains the following lines:

AvailableClasses[]
AvailableClasses[]=pRed
AvailableClasses[]=pBlue

 

Svitlana Shatokhina (02/07/2007 1:20 pm)

Svitlana Shatokhina (19/07/2007 9:28 am)


Comments

There are no comments.