I have json that contains for each data - urls of pages. Is there any
way to create these urls as links for example in tile view. For
example for each data to have text "link" and when click on that text
to open json contained url.
Thanks in advance.
<a ex:href-content=".resourceUrl" target="_blank"><span
ex:content=".label" /></a>
But in that way link is open in new browser tab. Is there any way link
to be opend in the same tab in which it's clicked.