This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

attribute_edit_gui

Summary

Outputs the edit template for a content object attribute.

Usage

{attribute_edit_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 edit 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 (06/02/2004 2:14 pm)

Balazs Halasy (28/04/2005 4:11 pm)


Comments

  • More details, please, and an example

    How do I know what template will be used for rendering? If I see a call to this operator, how do I know what the parameters do? It would be very helpful if the documentation included what files in the design or kernel are responsible for handling this.

    Thanks.