Page 1 of 1

Preview link problem

PostPosted:Mon Jan 11, 2016 4:19 pm
by welcomeweb
Good day,
sorry for my english.
I have a PDF file with a list of links, the links go to other files hosted on OpenKM (img 1).
1.JPG
1.JPG (129.78 KiB) Viewed 5911 times
If i click on a link by preview, i open the link in the preview area, not in all page (img 2).
2.JPG
2.JPG (145.64 KiB) Viewed 5911 times
How can i resolve this issue?

Best regards

Elena

Re: Preview link problem

PostPosted:Wed Jan 13, 2016 3:44 pm
by jllort
You need the html editor feature which write specific url for this kind of jump. You can check in our demo.openkm.com

Re: Preview link problem

PostPosted:Fri Jan 15, 2016 7:54 am
by welcomeweb
I tried to assign target on link (blank, parent, ecc), but no change the result.

Re: Preview link problem

PostPosted:Sun Jan 17, 2016 11:17 am
by jllort
For the feature you are looking for - actually only present with HTML Editor extension in professional - the key is to set url as javascript method. The code should something like.
Code: Select all
<a onclick="javascript:parent.jsOpenPathByUuid('894ed816-5107-4ba6-99c4-4228f424f3ae');" href="javascript:void(0);">New Text Document.txt</a>
Where the uuid is the document node.