ibexa

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

DisplayList

Summary

Sets which display to show after information is collected for specific classes

Usage

 

DisplayList[<class>]=result | redirect | node

Description

This setting will set which display to show after information is collected for specific classes, and will thus override the setting defined in Display in block [DisplaySettings].
It does this by matching class ID or identifier to an information collection type.
Possible values are:

  • result: this value will display the Information collection result, for instance the poll result or form data.
  • redirect: this value will redirect you to a specific URL defined in the setting RedirectURL in the block [DisplaySettings]
  • node: this value will redirect you back to the content node

This setting is case sensitive.

Examples

[DisplaySettings]
 
Display=redirectDisplayList[poll]=result

By setting Display to redirect, the default display setting will be to redirect to an URL specified in RedirectURL in the block [DisplaySettings]. But for the class poll, the default is overridden to display the result instead.

Ester Heylen (23/06/2010 1:53 pm)

Ester Heylen (23/06/2010 1:53 pm)


Comments

There are no comments.