<?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 how to disable or invisible action button from search result in alfresco advance search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281860#M234990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i disable or invisible&lt;STRONG&gt; action button&lt;/STRONG&gt; from search result in alfresco advance search?&lt;/P&gt;&lt;P&gt;do i need to override &lt;STRONG&gt;createActionsRenderer &lt;/STRONG&gt;function and set as&lt;STRONG&gt; onlyShowOnHover:false ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;janaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2016 08:51:20 GMT</pubDate>
    <dc:creator>janaka1984</dc:creator>
    <dc:date>2016-10-28T08:51:20Z</dc:date>
    <item>
      <title>how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281860#M234990</link>
      <description>Hihow can i disable or invisible action button from search result in alfresco advance search?do i need to override createActionsRenderer function and set as onlyShowOnHover:false ?Regardjanaka</description>
      <pubDate>Fri, 28 Oct 2016 08:51:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281860#M234990</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-10-28T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281861#M234991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly - I don't think you mean the "advanced search" page ... this is a completely different page (on which actions aren't present)... you mean the standard search page (sometimes referred to as the faceted or filtered search page) - this distinction is important because the way in which the pages are customized is completely different (one being Aikau the other being Surf/YUI2)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, the solution is very similar to that of &lt;A _jive_internal="true" href="https://community.alfresco.com/thread/215003-how-to-add-document-preview-feature-into-searchresultpropertylink" rel="nofollow noopener noreferrer"&gt;this other question&lt;/A&gt; you've asked (and I've answered)... the difference is that you want to override the createActionsRenderer function in an extension of the AlfSearchResult widget so that it does not create the XhrActions renderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you're asking how you can make it &lt;STRONG&gt;always&lt;/STRONG&gt; visible ... in which case you want to override the createActionsRenderer but to create an XhrActions widget with the onlyShowOnHover attribute to be false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arguably we could make this an attribute of the AlfSearchResult to make this customization much simpler - I'd be very happy for you to provide a pull request on the Aikau project if you'd like to see this change made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281861#M234991</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-10-28T09:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281862#M234992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks dave. &lt;/P&gt;&lt;P&gt;As i thought , function should override and set false into onlyShowOnHover.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is better if you can provide customized attribute (onlyShowOnHover : false) with this widget&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;name: "alfresco/search/AlfSearchResult",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config: {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; onlyShowOnHover : false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281862#M234992</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-10-28T09:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281863#M234993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, except it would be an attribute called "onlyShow&lt;STRONG&gt;Actions&lt;/STRONG&gt;OnHover" - this would be passed on to the onlyShowOnHover attribute on the XhrActions widget. If you'd like to see this added then you can raise an issue on the GitHub project and I'll make the change at the earliest possible opportunity... alternatively, you could always provide the update yourself through a pull request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:54:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281863#M234993</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-10-28T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281864#M234994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i provide pull request ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:57:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281864#M234994</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-10-28T09:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to disable or invisible action button from search result in alfresco advance search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281865#M234995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The entire Aikau project is hosted separately on GitHub &lt;A href="https://github.com/Alfresco/Aikau" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;...&amp;nbsp; you can clone the repository, make changes to your clone and make a request to pull them into the Aikau repository. Acceptance criteria for pull requests is defined &lt;A href="https://github.com/Alfresco/Aikau/wiki/Contribution-Acceptance-Criteria" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;. Aikau is released weekly, so if you make a pull request that is accepted you should see it in a release very quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 10:01:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-disable-or-invisible-action-button-from-search-result-in/m-p/281865#M234995</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-10-28T10:01:49Z</dc:date>
    </item>
  </channel>
</rss>

