knowledge:articleRendererToolbar

Displays a header toolbar for an article. This toolbar includes voting stars, a Chatter feed, a language picklist and a properties panel. Ext JS versions less than 3 should not be included on pages that use this component.

Example 

knowledge:articleRendererToolBar example that displays the toolbar in a custom renderer.

1<apex:page standardController='FAQ__kav' showHeader='false' sidebar='false'>
2          <knowledge:articleRendererToolBar
3              articleId="{! $CurrentPage.parameters.id}"
4          />
5      </apex:page>

Attributes 

Attribute NameAttribute TypeDescriptionRequired?API VersionAccess
articleIdStringThe id of the article. 43.0
canVoteBooleanIf true, the vote component is editable. If false, it is readonly. 43.0
idStringAn identifier that allows the component to be referenced by other components in the page. 14.0global
includeCSSBooleanSpecifies whether this component must include the CSS 43.0
renderedBooleanA Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. 14.0global
showChatterBooleanSet this to true if Chatter is enabled, and the article renderer requires a feed 43.0