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 information collection mode.

Usage

 

GroupedInput[]=<datatype>

Description

This setting lists the datatypes that need to group their input fields when displayed in information collection 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[]
GroupedInput[]=ezauthor
GroupedInput[]=ezbinaryfile
GroupedInput[]=ezdate
GroupedInput[]=ezdatetime
GroupedInput[]=ezimage
GroupedInput[]=ezinisetting
GroupedInput[]=ezmatrix
GroupedInput[]=ezmedia
GroupedInput[]=ezmultioption
GroupedInput[]=ezobjectrelationlist
GroupedInput[]=ezpackage
GroupedInput[]=ezrangeoption
GroupedInput[]=ezselection
GroupedInput[]=eztime
GroupedInput[]=ezurl
GroupedInput[]=ezuser

By default, these datatypes are set to group input data when displayed in information collection mode.

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

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


Comments

There are no comments.