<?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 write data to an aspcet using java script in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100236#M69423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the title of your post I assume you mean JavaScript not Java. It is not possible in 2.0, the API is there in 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 18:48:01 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2007-06-20T18:48:01Z</dc:date>
    <item>
      <title>how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100226#M69413</link>
      <description>hi,i have added a custom aspect:&amp;lt;aspect name="custom:ThumbnailAspect"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Thumbnail Aspect&amp;lt;/title&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;associations&amp;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;lt;association name="custom:Thumbnail"&amp;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;lt;title&amp;gt;Thumbnail&amp;lt;/title&amp;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;lt;source&amp;gt;</description>
      <pubDate>Thu, 31 May 2007 14:10:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100226#M69413</guid>
      <dc:creator>friedman30</dc:creator>
      <dc:date>2007-05-31T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100227#M69414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Alfresco 2.0 the JavaScript API does not have the capability to create/modify/remove target associations. You can add/remove aspects with properties as you have found, but if those aspects model associations then you will not be able to do a lot. The good news is that this feature has already been added to the JavaScript API for Alfresco 2.1 and is available now to try on a nightly-build or in the HEAD codebase from our public SVN server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, you could model the thumbnail differently. If your aspect just uses a noderef property to point to the ref of the node that you want, you can then easily modify this using javascript, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;aspect name="custom:ThumbnailAspect"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Thumbnail Aspect&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;properties&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="custom:Thumbnail"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Thumbnail&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:noderef&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/properties&amp;gt;&lt;BR /&gt;&amp;lt;/aspect&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Your code (assuming PATH=some node) will then work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 15:33:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100227#M69414</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-05-31T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100228#M69415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have noticed one more thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i run the script on a content that has the thumbnail aspect with a value, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when i do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;var assocs = document.assocs["custom:Thumbnail"];&lt;BR /&gt;var testFile = currentFolder.childByNamePath("contentFPKX.jpg"); //a different content…&lt;BR /&gt;if (assocs != null)&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; assocs[0] = testFile;&lt;BR /&gt;&amp;nbsp; }&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;i see that assocs[0] is changing to the testFile value, but it is not saved anywhere…. (not saved to the DB :?: ???? :?&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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at the JavaScript API it says that &lt;/SPAN&gt;&lt;STRONG&gt;assocs &lt;/STRONG&gt;&lt;SPAN&gt;returns a read only value… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a way to bypass this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dror&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 15:35:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100228#M69415</guid>
      <dc:creator>friedman30</dc:creator>
      <dc:date>2007-05-31T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100229#M69416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i see that assocs[0] is changing to the testFile value, but it is not saved anywhere…. (not saved to the DB :?: ???? :?&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;BR /&gt;&lt;BR /&gt;at the JavaScript API it says that &lt;STRONG&gt;assocs &lt;/STRONG&gt;returns a read only value… &lt;BR /&gt;is there a way to bypass this??&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no way to "bypass" it - as i said in my reply above, the JavaScript cannot create/modify associations in 2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 15:50:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100229#M69416</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-05-31T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100230#M69417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kevin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tested your solution using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type&amp;gt;d:noderef&amp;lt;/type&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, when i add the aspect, i can see the &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;thumbnail&lt;/SPAN&gt;&lt;SPAN&gt; property, but is is a read-only field… (i believe i can edit it using java-script).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(i get this message from the server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;WARN&amp;nbsp; [component.property.UIProperty] Setting property {custom.model}Thumbnail to read-only as it can not be edited&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that i need to leave the users the the ability to modify it via the usual UI as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be more specific - the thing i need is a thumbnail field that can be edited in 2 ways: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) &lt;/SPAN&gt;&lt;EM&gt;java-script&lt;/EM&gt;&lt;SPAN&gt; - will be used by the admin of the system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) &lt;/SPAN&gt;&lt;EM&gt;alfresco UI&lt;/EM&gt;&lt;SPAN&gt; - for users of Alfresco (the best solution would be to have a component that combines a textBox and a button, that opens a dialog-box from which the user will choose the thumbnail).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to do that in Alfresco 2.0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also, you wrote that it is possible to modify target associations in Alfresco 2.1 JavaScript API, i am now working with the 2.0 version (rev. 569) of Alfresco. what should i download if i want to use the 2.1 JavaScript API with this revision?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:idea: (is there a way to modify target associations (in version 2.0) using the Java API?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THANKS!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dror&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 07:29:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100230#M69417</guid>
      <dc:creator>friedman30</dc:creator>
      <dc:date>2007-06-03T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100231#M69418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A d:noderef value cannot be editing in the UI at present. The problem you have is that if you use an association; you can edit it in the UI, but you cannot modify using Alfresco 2.0 JavaScript API, but if you use a d:noderef property instead; then you can modify it using the 2.0 JavaScript API but you cannot edit it in the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;(is there a way to modify target associations (in version 2.0) using the Java API?) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Is there any way to do that in Alfresco 2.0? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No and no, not if you want to modify it with the JavaScript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;you wrote that it is possible to modify target associations in Alfresco 2.1 JavaScript API, i am now working with the 2.0 version (rev. 569) of Alfresco. what should i download if i want to use the 2.1 JavaScript API with this revision? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a nightly build is the easiest route:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dev.alfresco.com/downloads/nightly/dist/" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/downloads/nightly/dist/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 09:35:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100231#M69418</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-04T09:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100232#M69419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks Kevin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; :!:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you be more specific ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where in the new API should i look and what exactly should i look for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 11:03:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100232#M69419</guid>
      <dc:creator>friedman30</dc:creator>
      <dc:date>2007-06-04T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100233#M69420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I haven't had time to write the wiki docs yet (they will be done ready for the 2.1 release), for now here some info on what you can do with associations using the JavaScript/FreeMarker APIs in 2.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;JavaScript API&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Target assocs (non-child):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var targetNodes = node.assocs["cm:assoctype"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;node.removeAssociation(targetNode, "cm:assoctype");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;node.createAssociation(targetNode, "cm:assoctype");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Child assocs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var childNodes = node.childAssocs["cm:childassoctype"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var child = node.createNode("name", "cm:nodetype", "cm:childassoctype");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;FreeMarker API&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Target assocs (non-child):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#list node.assocs["cm:assoctype"] as t&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Child assocs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;#list node.childAssocs["cm:childassoctype"] as c&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 11:17:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100233#M69420</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-04T11:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100234#M69421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hope this isn't off topic as it has nothing to do with javascript and I'm not sure of exactly what you're trying to do but there is an existing thumbnails forge project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forge.alfresco.com/projects/thumbnails/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/thumbnails/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:55:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100234#M69421</guid>
      <dc:creator>rgauss</dc:creator>
      <dc:date>2007-06-08T13:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100235#M69422</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;Is it possible In Alfresco 2.0 Java API to create/modify/remove target associations?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 08:16:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100235#M69422</guid>
      <dc:creator>shay</dc:creator>
      <dc:date>2007-06-20T08:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to write data to an aspcet using java script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100236#M69423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the title of your post I assume you mean JavaScript not Java. It is not possible in 2.0, the API is there in 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 18:48:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-write-data-to-an-aspcet-using-java-script/m-p/100236#M69423</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-20T18:48:01Z</dc:date>
    </item>
  </channel>
</rss>

