<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Open document in new tab in browser in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135081#M36318</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;The think is: I searched document via search browser. After searching it I get this:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Výstřižek.PNG" style="width: 514px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1553iEBAE402873681E4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now I would like to open document detials in new tab in browser after clicking on its name.&lt;/P&gt;&lt;P&gt;I know that I need to edit javascript file and add to &lt;STRONG&gt;&amp;lt;a&amp;gt; tag&lt;/STRONG&gt; property &lt;STRONG&gt;target="_blank"&lt;/STRONG&gt;. But I do not know the name of the file to edit. Can somebody help me?&lt;/P&gt;&lt;P&gt;Or if there is diferent easier way how to do it I am open to new ideas.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alfresco Lover&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 11:24:06 GMT</pubDate>
    <dc:creator>alfresco_lover</dc:creator>
    <dc:date>2022-08-02T11:24:06Z</dc:date>
    <item>
      <title>Open document in new tab in browser</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135081#M36318</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;The think is: I searched document via search browser. After searching it I get this:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Výstřižek.PNG" style="width: 514px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1553iEBAE402873681E4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now I would like to open document detials in new tab in browser after clicking on its name.&lt;/P&gt;&lt;P&gt;I know that I need to edit javascript file and add to &lt;STRONG&gt;&amp;lt;a&amp;gt; tag&lt;/STRONG&gt; property &lt;STRONG&gt;target="_blank"&lt;/STRONG&gt;. But I do not know the name of the file to edit. Can somebody help me?&lt;/P&gt;&lt;P&gt;Or if there is diferent easier way how to do it I am open to new ideas.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alfresco Lover&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 11:24:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135081#M36318</guid>
      <dc:creator>alfresco_lover</dc:creator>
      <dc:date>2022-08-02T11:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Open document in new tab in browser</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135082#M36319</link>
      <description>&lt;P&gt;This page is built using &lt;A href="https://docs.alfresco.com/content-services/5.2/develop/share-ext-points/aikau-widgets/" target="_self" rel="nofollow noopener noreferrer"&gt;aikau&lt;/A&gt;, you need to extend the results page to add additonal attributes to the links.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 21:27:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135082#M36319</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-08-08T21:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Open document in new tab in browser</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135083#M36320</link>
      <description>&lt;P&gt;&lt;STRONG&gt;object-finder.js&lt;/STRONG&gt; file that is present at path ${Alfresco_Home_Dir}/tomcat/webapps/share/components/object-finder/object-finder.js . Modify below line to add target="_blank" in link ( method :&amp;nbsp;ObjectFinder_fnRenderCellListItemName )&lt;/P&gt;&lt;P&gt;title = '&amp;lt;a href="' + link + '" target="_blank"&amp;gt;' + $html(item.displayName?item.displayName:item.name) + '&amp;lt;/a&amp;gt;';&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure not to modify the OOTB files but override the OOTB file by changing the file through module at path&amp;nbsp;&amp;nbsp;src\main\amp\web\components\object-finder\object-finder.js&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 19:38:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/open-document-in-new-tab-in-browser/m-p/135083#M36320</guid>
      <dc:creator>ash_saxena10</dc:creator>
      <dc:date>2022-08-22T19:38:05Z</dc:date>
    </item>
  </channel>
</rss>

