ibexa

Path

ez publish / technical manual / 4.x / reference / template functions / visualization / class_attribute_view_gui


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

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.