has someone also this problem:
I have a Typoscript Code which generate a Link to a Fileressource. If I add a target = _blank nothing change in frontend. If i Link a page target = _blank is working.
So I think my Typoscript is fine, im able to link to the file. And if I link to a page target = _blank is working.
But it seems not possible to have a typolink to a fileressource with target = _blank. I had also tried extTarget and nothing happened.
renderObj = TEXT
renderObj.value = || DOWNLOAD || LOW
renderObj.value.typolink.parameter.data=file:current:originalUid // file:current:uid
renderObj.value.typolink.parameter.wrap = file:|
# this is working:
# renderObj.value.typolink.parameter=4
renderObj.value.typolink.target = _blank
renderObj.value.typolink.ATagParams = || class="download_high" || class="download_low"
I did'nt know the target parameter for the typolink object. I do blank links always this style:
This generates a link on a page with uid and _blank for new window. Maybe you can add it to your wrap like
?