The Content List widget provides outgoing events that
are wired to the other widgets on the page. The data that is included
in the payload of a wired event is processed by the handled event
in the target widget to which the published widget is wired.
Document opened event
| Description |
The user opened a document |
| Event ID |
icm.OpenDocument |
| Type |
Broadcast |
| Payload |
- contentItem
- An ecm.model.ContentItem that represents the
document that was opened.
|
Document selected event
| Description |
The user selected a document |
| Event ID |
icm.SelectDocument |
| Type |
Wired |
| Payload |
- contentItem
- An ecm.model.ContentItem that represents the
selected document.
|