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
| Name | Type | Description | Required |
|---|---|---|---|
| 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.