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.

collaboration_view_gui

Summary

Outputs the template for a collaboration item.

Usage

{collaboration_view_gui item_class=class 
                        collaboration_item=item 
                      [ view=mode ] 
                      [ parameter=value [...] ]}

Parameters

NameTypeDescriptionRequired
item_class string The item class. Yes.
collaboration_item object The collaboration item. Yes.
view string The view mode that should be used. No.
parameter any Parameter(s) that will be passed to the included template. No.

Description

This function shows the view interface for a collaboration item. The class and the target object must be specified using the "item_class" and the "collaboration_item" parameters. The "view" parameter is optional, it can be used to specify a desired view. 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:16 pm)

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


Comments

There are no comments.