08-01-2014 05:43 PM
Hi,
How can I disable this action Right Click the list of documents? This may get me in trouble.
http://doc.nuxeo.com/display/USERDOC/Browsing+Tips?src=search
08-04-2014 03:29 PM
Hi,
We cannot disable easily context menus in the platform. Therefore, this ticket https://jira.nuxeo.com/browse/NXP-13293 has been created in that purpose.
Now, as a workaround, you can override related templates according to areas:
nuxeo-platform-webapp/src/main/resources/web/nuxeo.war/incl/tree_explorer.xhtml for left panel (tree) nuxeo-platform-webapp-base/src/main/resources/web/nuxeo.war/incl/documents_layout_table.xhtml for content views (grids)
To disable the menu, you can remove/comment:
<ui:include src="/incl/popupMenu.xhtml"> <ui:param name="popupMenuId" value="#{formId}" /> </ui:include>
at the template bottom.
Thanks for your feedback
08-06-2014 11:50 AM
Thanks for the help
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.