Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

GroupedInput

Summary

Lists the datatypes that need to group their input fields when displayed in edit mode.

Usage

 

GroupedInput[]=<datatype>

Description

This setting lists the datatypes that need to group their input fields when displayed in edit mode.
But keep in mind that the datatype may override this using PHP code.
Possible values are datatypes. A view the datatypes used by your installation visit the following location:

 

<eZ Publish installation>\kernel\classes\datatypes


This setting is case sensitive.

Examples

GroupedInput[]=ezauthor
GroupedInput[]=ezbinaryfile
GroupedInput[]=ezdate
GroupedInput[]=ezdatetime
GroupedInput[]=ezimage
GroupedInput[]=ezinisetting
GroupedInput[]=ezmatrix
GroupedInput[]=ezmedia
GroupedInput[]=ezoption
GroupedInput[]=ezmultioption
GroupedInput[]=ezobjectrelationlist
GroupedInput[]=ezpackage
GroupedInput[]=ezrangeoption
GroupedInput[]=eztime
GroupedInput[]=ezurl
GroupedInput[]=ezuser
GroupedInput[]=ezprice

By default, these datatypes are set to group input data when displayed in edit mode

Ester Heylen (23/06/2010 4:19 pm)

Ester Heylen (23/06/2010 4:19 pm)


Comments

There are no comments.