Hi,
I was working on downloading the document uploaded in documents module , it happens that there is a way i can download using a url entryPoint=download
http://localhost/instancename/index.php?entryPoint=download&id=document_revision_id&type=Documents
But is there any way i open the url in the new tab like entryPoint=target_blank,
eg:
http://localhost/instancename/index.php?entryPoint=target_blank&id=document_revision_id&type=Documents
Any suggestion???