<?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: How to do someting onClose of Dialog in aikau? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59781#M21086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for cancelPublishTopic, I thought that it only applies to the Cancel button in the dialog window. I have a data update tied to the closing of the dialog box, and not to what the user does in the dialog box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 15:05:25 GMT</pubDate>
    <dc:creator>npavlov</dc:creator>
    <dc:date>2018-05-30T15:05:25Z</dc:date>
    <item>
      <title>How to do someting onClose of Dialog in aikau?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59777#M21082</link>
      <description>Hi,I create dialog by publishing "ALF_CREATE_DIALOG_REQUEST" Topic. After close the dialog I want to do some action. Now I use ALF_DIALOG_MOVE_STOP to track that event. But this event occurs also when moving dialog window. But I need my action to start only after closing dialog window.</description>
      <pubDate>Tue, 29 May 2018 15:02:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59777#M21082</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-05-29T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do someting onClose of Dialog in aikau?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59778#M21083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you submit your publication to ALF_CREATE_DIALOG_REQUEST, you need to include in the payload of the publication the necessary widgets to handle any "OK" or "Submit" actions, i.e. buttons which themselves send the appropriate publication that then triggers your intended action in the service registered to that publication topic.&amp;nbsp;Ideally, you should never think in the callback-heavy "onXY" way, only in the&amp;nbsp;message-based communication way...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 10:52:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59778#M21083</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-05-30T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to do someting onClose of Dialog in aikau?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59779#M21084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the comment. And how to track the user clicking the close button in the upper right corner of the dialog?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 11:43:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59779#M21084</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-05-30T11:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to do someting onClose of Dialog in aikau?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59780#M21085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you want to do that? Unless the user clicks ok, why would you do anything at all?&lt;/P&gt;&lt;P&gt;But&amp;nbsp;no worries, the DialogService supports configuration of a&amp;nbsp;cancelPublishTopic which is triggered when the dialog is cancelled via the close button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/" rel="nofollow noopener noreferrer"&gt;Aikau JSDoc&lt;/A&gt; for widget and service details, as well as examples. And also check &lt;A href="https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Contents.md" rel="nofollow noopener noreferrer"&gt;the tutorials&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:41:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59780#M21085</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-05-30T14:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to do someting onClose of Dialog in aikau?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59781#M21086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for cancelPublishTopic, I thought that it only applies to the Cancel button in the dialog window. I have a data update tied to the closing of the dialog box, and not to what the user does in the dialog box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 15:05:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-do-someting-onclose-of-dialog-in-aikau/m-p/59781#M21086</guid>
      <dc:creator>npavlov</dc:creator>
      <dc:date>2018-05-30T15:05:25Z</dc:date>
    </item>
  </channel>
</rss>

