Caution: This documentation is for Exponential, 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.

class_attribute_edit_gui

Summary

Outputs the edit template for a content class attribute.

Usage

{class_attribute_edit_gui class_attribute=attribute [ parameter=value [...] ]}

Parameters

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

Description

This function shows the edit interface for a content class attribute. The attribute must be specified (as a "ezcontentclassattribute" 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:15 pm)

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


Comments

There are no comments.