Link to a document within the application using standard command link component and renderer.
All usual command link attribute are accepted except value and action. Value is replaced by the title attribute value, and action is dynamically processed to retrun to the document view.
Info | Value |
---|---|
Component Type | javax.faces.HtmlCommandLink |
Handler Class |
org.nuxeo.ecm.platform.ui.web.tag.handler.DocumentLinkTagHandler
|
Renderer Type | javax.faces.Link |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
document | true | javax.el.ValueExpression
(must evaluate to org.nuxeo.ecm.core.api.DocumentModel )
| The document model to link to |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Value for the command link component |
view | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| View id of the document to display when redirecting to it. This is the view configured in the document type definition. |
Output generated by Vdldoc View Declaration Language Documentation Generator.