Table of Contents


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

PropertyDescription
ItemCssClassCSS class name for every group item added to the page, used for custom styling.
BodyCssClassCSS class name for a container of the group items, used for custom styling.
CssClassCSS class name for the component, default: "panel panel-default", which constructs a panel style.
NoGroupsMessageMessage to display when the user is not a member of any groups. Default: No records to display.
SizeNumber of records to show.
TitlePanel's title, default: "My Groups"
TitleCssClassCSS class name of panel title, used for custom styling. Default: "panel-heading".
VisibleExpression to evaluate if the Feeds component should be visible or not.