Path

ezpublish / documentation / ez publish / technical manual / 4.x / reference / template functions / visualization / collaboration_simple_messag...


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_simple_message_view

Summary

Outputs the view template for a collaboration message.

Usage

{collaboration_simple_message_view
  sequence=sequence
  is_read=status
  item_link=message_link
  collaboration_message=simple_message 
[ view=mode ]
[ parameter=value [...] ]}

Parameters

NameTypeDescriptionRequired
collaboration_message object An eZCollaborationSimpleMessage object. Yes.
sequence string Display sequence value Yes.
is_read boolean TRUE if the message has been read, FALSE if not. Yes.
item_link object eZCollaborationItemMessageLink object. Yes.
view string The view mode that should be used. No.
other parameters mixed Parameter(s) that will be passed to the included template. No.

Description

This function shows the interface for a collaboration message.

Balazs Halasy (06/02/2004 1:15 pm)

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


Comments

There are no comments.