Recently viewed widget

Key point: A list of the documents you have most recently viewed

This widgets lists the documents that you visited or edited most recently. The documents are returned in the reverse chronological order – the most recently viewed document comes first.

Click the link to go to the document or the  icon to open the document in the document panel.

It is the same list as is displayed in the navigation menu.

Display

Configuration

The ID of this widget is recent.

It supports the following parameters:

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

<widget name="recent"/>

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

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