chatteranswers:feedfilter

The feed filter lets users sort and filter the feeds that appear in Chatter Answers.

Example 

This example displays the Chatter Answers feedfilter component.

1<apex:page showHeader="true">
2                <chatteranswers:feedfilter/>
3            </apex:page>

Attributes 

Attribute NameAttribute TypeDescriptionRequired?API VersionAccess
filterOptionsStringThe options show in Chatter Answers Filter, can be ‘AllQuestions’, ‘UnansweredQuestions’, ‘UnsolvedQuestions’, ‘SolvedQuestions’, ‘MyQuestions’, ‘MostPopular’, ‘DatePosted’, ‘RecentActivity’. 29.0
idStringAn identifier that allows the component to be referenced by other components in the page. 14.0global
renderedBooleanA Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. 14.0global