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.

attribute_result_gui

Summary

Outputs the result template for a content object attribute.

Usage

{attribute_result_gui attribute=attribute [ parameter=value [...] ]}

Parameters

NameTypeDescriptionRequired
attribute object The target content object attribute. Yes.
parameter any Parameter(s) that will be passed to the included template. No.

Description

This function shows the information collection result interface for a content object attribute. The attribute must be specified (as a "ezcontentobjectattribute" object) using the "attribute" parameter. All other parameters (of any type) will be passed on and thus become available as template variables in the included template.

Balazs Halasy (21/03/2005 10:25 am)

Balazs Halasy (28/04/2005 2:12 pm)


Comments

  • Using views

    All usage of this function uses a view parameter 'view=info' for example, which infers there needs to be a directory called 'info' within the results directory containing the template.

    This parameter should be added to the doc.

    If there is no view parameter does the system expect the template to be within the results directory?