| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="nxd" uri="http://nuxeo.org/nxweb/document" %>
<anyxmlelement xmlns:nxd="http://nuxeo.org/nxweb/document" />
The NXWebPlatform taglib specific to NXCore document model features.
Exposes specific tags as well as utility functions like:
Tag Library Information | |
Display Name | None |
Version | 1.0 |
Short Name | nxd |
URI | http://nuxeo.org/nxweb/document |
Tag Summary | |
documentLink | 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. |
restDocumentLink | Link to a document within the application using standard output link component and renderer. The main purpose of this tag is to provide restful (bookmarkable) navigation inside documents. All usual output link attributes are accepted except value. Sub tags "f:param" are taken into account to build the corresponding DocumentView and URL. Value is replaced a method binding that generates the correct rest URL. |
| |||||||
FRAMES NO FRAMES |