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.

class_attribute_view_gui

Summary

Outputs the view template for a content class attribute.

Usage

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

Parameters

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

Description

This function shows the view 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 (21/03/2005 10:27 am)

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


Comments

There are no comments.