Drafts widget

Key point: Shows your unfinished draft comments and edits.

This widget lists all the drafts that you have created to give you the opportunity to resume editing or discard them.

Click the link to go to the corresponding task,  discussion or document page.

Click the icon to view the draft in context on the right panel:

If there are many drafts, use the angle and chevron buttons at the bottom of the widget to see the other drafts.

Display

Small

Medium

Configuration

The ID of this widget is drafts.

It supports the following parameters:

For example, to display a small drafts widget (default):

<widget name="drafts"/>

Or to display a medium-sized widget showing up to 10 drafts at a time:

<widget name="drafts" size="medium">
  <parameters max-items="10"/>
</widget>