How to create action on document that opens page returned from webscript

cancel
Showing results for 
Search instead for 
Did you mean: 
antonis
Member II

Re: How to create action on document that opens page returned from webscript

Jump to solution

It worked man..Thanks a lot  

<action id="alfresco.tutorials.doclib.action.goToGoogle1" icon="google" type="link" label="alfresco.tutorials.doclib.action.goToGoogle.label">

<param name="href">http://www.google.com/{jsNode.properties.dpl_sa}</param>
<param name="target">_blank</param>
</action>