Hi,
I want to make some links targeting a new browser window (or tab !)...
I have hooked the document_library portlet modifying original links to go to target _blank window, for example in view_file_entry.jsp :
1
2<liferay-ui:icon
3 cssClass="lfr-asset-avatar"
4 image='<%= "../file_system/large/" + DLUtil.getGenericName(extension) %>'
5 message="download"
6 target="_blank"
7 url="<%= fileUrl %>"
8 />
It change the icon, displaying "open in new window" but when I click, there are no changes, if it is a pdf file, it is displayed in the same window !
I trying under chrome, firefox4 under linux and IE 8 under windows and the result is allwa the same !
Is there something I missed ?
Regards