<?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 run javascripts? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256789#M209919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After messing around for a while I found out how to run the scripts. In any case someone other is having problems to run the scripts here is what I did (thought you can find this out from the replies of this post also):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At Company Home - Data Dictionary - Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I uploaded my own script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then to run script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I went to a space where the script should be run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Chose: More Actions -&amp;gt; View Details -&amp;gt; Run Action&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. From the "Select Action" drop down menu I chose: "Ececute Script"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. "Set Values and Add"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. From the script drop down menu I chose the script I wanted to run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Pressed "OK"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Pressed "Finish"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And that's it. I managed to create spaces with the example script I found by googling. This will save me from a lot of clicking and writing to create those spaces. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 14:31:17 GMT</pubDate>
    <dc:creator>sihnu</dc:creator>
    <dc:date>2011-02-04T14:31:17Z</dc:date>
    <item>
      <title>How  to run javascripts?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256786#M209916</link>
      <description>Hello,I would like to make plenty of spaces and I would like to write a script to do this. I've found some tutorials explaining how to make spaces with javascript but I don't know how to run the script.I've been browsing the wiki but only found examples of javascripts. Please help.Thanks in advance.</description>
      <pubDate>Fri, 04 Feb 2011 12:01:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256786#M209916</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2011-02-04T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How  to run javascripts?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256787#M209917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote a post in my blog explain it, &lt;/SPAN&gt;&lt;A href="http://crisinthecloud.blogspot.com/2011/01/tutorial-aprendiendo-javascript-para.html" rel="nofollow noopener noreferrer"&gt;click here&lt;/A&gt;&lt;SPAN&gt;. This review is in spanish but the pictures are in english. You must read since "&lt;/SPAN&gt;&lt;EM&gt;Una vez esté hecho este paso, debemos pinchar en More Action/View&amp;nbsp; Details/Run Action (Más Acciones/ Ver Detalles/Ejecutar una Acción) Con esto ejecutaremos el script que acabamos de subir a nuestro alfresco.&lt;/EM&gt;&lt;SPAN&gt;" from there you should read it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 13:46:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256787#M209917</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2011-02-04T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How  to run javascripts?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256788#M209918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just in case you get a bit lost at the beggining.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco Explorer, go to "Company Home" &amp;gt; "Data Dictionary" &amp;gt; "Scripts".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create a new script "Create" &amp;gt; "Create Content".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Give it a name, and make sure to select "Java Script" as its content type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then just follow the instructions of the previous post in order to run it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jordi.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:03:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256788#M209918</guid>
      <dc:creator>jordiv</dc:creator>
      <dc:date>2011-02-04T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How  to run javascripts?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256789#M209919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the replies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After messing around for a while I found out how to run the scripts. In any case someone other is having problems to run the scripts here is what I did (thought you can find this out from the replies of this post also):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At Company Home - Data Dictionary - Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I uploaded my own script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then to run script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I went to a space where the script should be run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Chose: More Actions -&amp;gt; View Details -&amp;gt; Run Action&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. From the "Select Action" drop down menu I chose: "Ececute Script"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. "Set Values and Add"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. From the script drop down menu I chose the script I wanted to run&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Pressed "OK"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Pressed "Finish"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And that's it. I managed to create spaces with the example script I found by googling. This will save me from a lot of clicking and writing to create those spaces. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:31:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-run-javascripts/m-p/256789#M209919</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2011-02-04T14:31:17Z</dc:date>
    </item>
  </channel>
</rss>

