cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable this function:view it in a browser

cll
Champ in-the-making
Champ in-the-making

How to disable this function:view it in a browserbecause it allows users to use the function of “save as”.

This icon has an eye. As shown in the attached screenshot.

2 REPLIES 2

krutik_jayswal
Elite Collaborator
Elite Collaborator

<config evaluator="string-compare" condition="DocLibActions">

<actions>

<action id="document-view-content" type="link" label="actions.document.view">
<param name="href">{viewUrl}</param>
<evaluator>evaluator.doclib.action.disableAction</action>

</actions>

</config>

Add above consiguration in side the DocLibActions in share-config-custom.xml

cll
Champ in-the-making
Champ in-the-making

Thanks very much!