ez.no / exponential / documentation / reference / template functions / gui / collaboration_participation_view
{collaboration_participation_view collaboration_participant=$collaborationParticipantLink [ view='view_mode' [ parameter=$value [ ... ] ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| collaboration_participant | object | eZCollaborationItemParticipantLink object. | Yes. |
| view | string | The view mode to use. | No. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
A participant for a collaboration.
Shows a collaboration participation. You must supply the collaboration_participant parameter. The view parameter, specifying which view mode to use, is optional. Any other parameters are passed on as template variables.
The following view mode are defined in standard Exponential:
Show the text_linked view of collaboration paticipant for collaboration item $collaborationItemParticipantLink.
{collaboration_participation_view view=text_linked collaboration_participant=$collaborationItemParticipantLink}
Comments