ibexa

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

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 1:14 pm)

Balazs Halasy (28/04/2005 2: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.