ez.no / exponential / documentation / reference / template functions / gui / collaboration_icon
{collaboration_icon collaboration_item=$collaborationItem [ view='view_mode' [ parameter=$value [ ... ] ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| collaboration_item | object | Collaboration item object. | Yes. |
| view | string | The view mode to use. | No. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
Icon for the collaboration item.
Shows the icon for a collaboration item. You must supply the collaboration_item 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 small view of collaboration icon for collaboration item $myCollaborationItem.
{collaboration_icon view=small collaboration_item=$myCollaborationItem}
Comments