<?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 Re: Custon Action - Aikau Search Result Page in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111802#M31186</link>
    <description>&lt;P&gt;Hope this helps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://contezza.nl/techno-customizing-the-search-results-widget-alfresco-5-0-d/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://contezza.nl/techno-customizing-the-search-results-widget-alfresco-5-0-d/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 08:21:53 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2020-04-07T08:21:53Z</dc:date>
    <item>
      <title>Custon Action - Aikau Search Result Page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111801#M31185</link>
      <description>&lt;P&gt;I am trying to add custom action in aikau search result page.&lt;/P&gt;&lt;P&gt;I have read the document and found that using following way we can add custom action.&lt;/P&gt;&lt;P&gt;1)documentAndFolderActions&lt;/P&gt;&lt;P&gt;2)additionalDocumentAndFolderActions&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;name: "alfresco/renderers/Actions",&lt;BR /&gt;config: {&lt;BR /&gt;mergeActions: true,&lt;BR /&gt;customActions: [&lt;BR /&gt;{&lt;BR /&gt;id: "CUSTOM",&lt;BR /&gt;label: "Custom Action",&lt;BR /&gt;publishTopic: "CUSTOM_ACTION_TOPIC",&lt;BR /&gt;publishPayloadType: "CURRENT_ITEM",&lt;BR /&gt;type: "javascript"&lt;BR /&gt;},&lt;BR /&gt;],&lt;BR /&gt;widgetsForActions: []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Can anyone help me to how to add custom action in aikau search result page.&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16045"&gt;@afaust&lt;/A&gt;&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/17314"&gt;@ddraper&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 07:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111801#M31185</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-04-07T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custon Action - Aikau Search Result Page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111802#M31186</link>
      <description>&lt;P&gt;Hope this helps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://contezza.nl/techno-customizing-the-search-results-widget-alfresco-5-0-d/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://contezza.nl/techno-customizing-the-search-results-widget-alfresco-5-0-d/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 08:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111802#M31186</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-07T08:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custon Action - Aikau Search Result Page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111803#M31187</link>
      <description>&lt;P&gt;I have tried below code and it is working.&lt;/P&gt;&lt;PRE&gt;   var searchResultPage = widgetUtils.findObject(model.jsonModel.widgets, "id", "FCTSRCH_SEARCH_RESULT");

if(searchResultPage != null) {
    searchResultPage.config = {
        enableContextMenu : false,
        mergeActions : true,
        additionalDocumentAndFolderActions : ["example-action"]
    }
}

model.jsonModel.widgets.push({
    id: "EXAMPLE_LISTENER",
    name:"search/action"
});&lt;/PRE&gt;&lt;P&gt;From the above link,I have tried to display mimetype and Its working. How can I use that code to add custom action?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 10:10:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custon-action-aikau-search-result-page/m-p/111803#M31187</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-04-07T10:10:38Z</dc:date>
    </item>
  </channel>
</rss>

