<?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 display a message through a javascript in alfresco share? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84957#M25838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renato,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The given code&amp;nbsp;does not refer to Alfresco Javascript API (which is server side). You can not do this with Javascript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2019 21:44:46 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2019-04-26T21:44:46Z</dc:date>
    <item>
      <title>How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84954#M25835</link>
      <description>I created a javascript to customize some actions and I need, in some cases, to display a treated message on screen. How can I do this ?</description>
      <pubDate>Thu, 25 Apr 2019 17:14:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84954#M25835</guid>
      <dc:creator>renato_fritola</dc:creator>
      <dc:date>2019-04-25T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84955#M25836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is sample code for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco.util.PopupManager.displayPrompt(&lt;BR /&gt; {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; title:"Property Exists!",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; text: "You can not property which allready exists"&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also and dialog available for ok cancel type of prompt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 11:34:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84955#M25836</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2019-04-26T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84956#M25837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;Hi, first thank you for the feedback. I added this code into a .js file for testing and include it as a folder rule to always run when updating a document but it does not work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;Is there a prerequisite for it to work? some addon?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;&lt;IMG class="image-1 jive-image" src="https://connect.hyland.com/legacyfs/online/alfresco/26231_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 13:02:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84956#M25837</guid>
      <dc:creator>renato_fritola</dc:creator>
      <dc:date>2019-04-26T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84957#M25838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renato,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The given code&amp;nbsp;does not refer to Alfresco Javascript API (which is server side). You can not do this with Javascript API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 21:44:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84957#M25838</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2019-04-26T21:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84958#M25839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/70924"&gt;@renato_fritola&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you found a solution?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 13:54:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84958#M25839</guid>
      <dc:creator>upforsin</dc:creator>
      <dc:date>2020-09-21T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84959#M25840</link>
      <description>&lt;P&gt;Have you found any solution yet?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 02:56:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84959#M25840</guid>
      <dc:creator>SteveNguyen</dc:creator>
      <dc:date>2024-04-08T02:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a message through a javascript in alfresco share?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84960#M25841</link>
      <description>&lt;P&gt;Thanks for updating this info&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 11:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-a-message-through-a-javascript-in-alfresco-share/m-p/84960#M25841</guid>
      <dc:creator>sunrisetechs</dc:creator>
      <dc:date>2024-04-09T11:50:12Z</dc:date>
    </item>
  </channel>
</rss>

