Newer Version Available
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.
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 Name | Attribute Type | Description | Required? | API Version | Access |
|---|---|---|---|---|---|
| articleId | String | The id of the article. | 33.0 | ||
| canVote | Boolean | If true, the vote component is editable. If false, it is readonly. | 33.0 | ||
| id | String | An identifier that allows the component to be referenced by other components in the page. | 14.0 | global | |
| includeCSS | Boolean | Specifies whether this component must include the CSS | 33.0 | ||
| rendered | Boolean | A Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. | 14.0 | global | |
| showChatter | Boolean | Set this to true if Chatter is enabled, and the article renderer requires a feed | 33.0 |