Hi,
I know that with linkto … endlinkto, you can go from (for example) {{account number}} {{account name}} to the details of the account itself. However, is it possible to make the details available in a separate browser instance instead of in the same screen (so you have to push ‘return to’ every time?
Thanks!
1 Like
sven
March 8, 2018, 12:59pm
2
Hey @Bart_Verhaeghe ,
What exactly do you mean? You wish to open it in a separate browser, or that you’d want to see only the details (and not the whole page)?
The only thing we have to go to a section of a template, is this :
You could have a long document with a lot of different sections / blocks in it. With the linkto tag you could link to the template itself, but not the section you want. The user has to scroll down then to go to the wanted section of the template.
Now it’s possible however:
In your template add this to the section you want to link to:
{::target id="some_id"}some target{:/target}
In another template you can link to that section by adding this to the linkto tag :
{% linkto period.reconc…
Might worth checking out, if that is what you mean ofc?
Thijs
March 9, 2018, 9:58am
3
What he means is, when you click on a ‘linkto’, it opens in the page you are working, instead of a new tab (even if you ‘ctrl’ + click).
Personally, i would like it also in a new tab!
sven
March 9, 2018, 10:01am
4
Well, I work on a mac and in the browser “Chrome” and there, with cmd + click, it works opening it in a new tab… @Thijs @Bart_Verhaeghe
Could you try it in different browser? Not sure how Explorer is handling this…
Thijs
March 9, 2018, 10:10am
5
Tried it with explorer and chrome on windows and did not work.
Indeed Thijs, CTRL+click (as indicated when you want to open a link in a different tab in Chrome), doesn’t work in Windows.
sven
March 9, 2018, 1:18pm
7
I’ll make a feature request out of this @Bart_Verhaeghe @Thijs , because it’s something in our back-end code that needs to change.
jhanley
September 25, 2018, 1:05pm
8
Hi @sven ,
Is there an update on this as we think this could be a useful feature, too!
Thanks
Joe
sven
October 1, 2018, 12:48pm
9
I’m afraid not @jhanley . As soon as this is done, we’ll keep you informed