Path

ez.no / exponential / documentation / reference / template functions / gui / collaboration_view_gui


collaboration_view_gui

Summary

Displays a collaboration item.

Usage

{collaboration_view_gui item_class=$collaborationItemClass collaboration_item=$collaborationItem [ view='view_mode'  [ parameter=$value [ ... ] ] ] } }

Parameters

NameTypeDescriptionRequired
item_class string Item class Yes.
collaboration_item object eZCollaborationItem object. Yes.
view string The view mode to use. No.
other parameters mixed Parameters passed to the GUI template. No.

Returns

A collaboration item.

Description

Shows a collaboration item. You must supply the item_class and collaboration_item parameters. The view parameter, specifying which view mode to use, is optional. Any other parameters are passed on as template variables.

Examples

{let item_class="status_read"}

{collaboration_view_gui view=line item_class=$Item_class

collaboration_item=$myCollaborationItem}

{/let}

Comments

Contents

Reference

Database diagram
Template operators
Template functions
    GUI
       attribute_edit_gui
       attribute_pdf_gui
       attribute_view_gui
       class_attribute_edit_gui
       collaboration_icon
       collaboration_participation_view
       collaboration_simple_message_view
       collaboration_view_gui
       content_pdf_gui
       content_version_view_gui
       content_view_gui
       event_edit_gui
       menu
       node_view_gui
       shop_account_view_gui
       tool_bar
    Miscellaneous
    Program flow
    Variables
Data fetching
Modules
XML tags


Created

06/02/2004
2:16:10 pm
by Balazs Halasy

Last updated

16/02/2004
12:10:12 pm
by Wenyue Yu

Authors

Balazs Halasy
Wenyue Yu



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.