<action id="edit_doc_not_pdf_http">
<permissions>
<permission allow="true">Write</permission>
</permissions>
<evaluator>be.etnic.alfresco.web.action.evaluator.EditDocHttpNotPdfEvaluator</evaluator>
<label-id>edit</label-id>
<image>/images/icons/edit_icon.gif</image>
<action-listener>#{CheckinCheckoutBean.editFile}</action-listener>
<params>
<param name="id">#{actionContext.id}</param>
</params>
<!– can also specify style, class etc. but this is better done in 'actions' element –>
</action>
<action id="edit_doc_not_pdf_webdav">
<permissions>
<permission allow="true">Write</permission>
</permissions>
<evaluator>be.etnic.alfresco.web.action.evaluator.EditDocWebDavNotPdfEvaluator</evaluator>
<label-id>edit</label-id>
<image>/images/icons/edit_icon.gif</image>
<!– NOTE: uses the special 'actionContext' object supplied by the parent actions component –>
<onclick>javascript:openDoc('#{actionContext.webdavUrl}');</onclick>
</action>
<action id="edit_doc_not_pdf_cifs">
<permissions>
<permission allow="true">Write</permission>
</permissions>
<evaluator>be.etnic.alfresco.web.action.evaluator.EditDocCIFSNotPdfEvaluator</evaluator>
<label-id>edit</label-id>
<image>/images/icons/edit_icon.gif</image>
<!– NOTE: uses the special 'actionContext' object supplied by the parent actions component –>
<href>#{actionContext.cifsPath}</href>
<target>cifs</target>
</action>
<action-group id="document_browse">
<action idref="edit_doc_http" hide="true" />
<action idref="edit_doc_webdav" hide="true" />
<action idref="edit_doc_cifs" hide="true" />
<action idref="checkout_doc" hide="true" />
<action idref="edit_doc_not_pdf_http" />
<action idref="edit_doc_not_pdf_webdav" />
<action idref="edit_doc_not_pdf_cifs" />
<action idref="checkout_doc_not_pdf" />
</action-group>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.