community:MyGroupsList
Using this component, you can display a list of groups a user is a member of.
<community:myGroupList runat='server' title='My Groups' size='5'/>
Properties
| Property | Description |
|---|
| ItemCssClass | CSS class name for every group item added to the page, used for custom styling. |
| BodyCssClass | CSS class name for a container of the group items, used for custom styling. |
| CssClass | CSS class name for the component, default: "panel panel-default", which constructs a panel style. |
| NoGroupsMessage | Message to display when the user is not a member of any groups. Default: No records to display. |
| Size | Number of records to show. |
| Title | Panel's title, default: "My Groups" |
| TitleCssClass | CSS class name of panel title, used for custom styling. Default: "panel-heading". |
| Visible | Expression to evaluate if the Feeds component should be visible or not. |