<?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: PopupManager.displayForm - edit task's properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278638#M231768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which version are you using ? alfresco now supports task-type。&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Aug 2013 16:54:00 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2013-08-17T16:54:00Z</dc:date>
    <item>
      <title>PopupManager.displayForm - edit task's properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278637#M231767</link>
      <description>I'm trying to display popup which enables user to edit some of a task's properties. I thought displayForm function would be suitable for this:http://sharextras.org/jsdoc/share/community-4.0.d/symbols/Alfresco.util.PopupManager.html#.displayFormBut according to forms developer guide (http://wiki.alfr</description>
      <pubDate>Sat, 17 Aug 2013 09:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278637#M231767</guid>
      <dc:creator>macok</dc:creator>
      <dc:date>2013-08-17T09:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: PopupManager.displayForm - edit task's properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278638#M231768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which version are you using ? alfresco now supports task-type。&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 16:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278638#M231768</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-08-17T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: PopupManager.displayForm - edit task's properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278639#M231769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply, my version is 4.1.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what are the valid form properties to pass to the function?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it's something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;params.itemKind&amp;nbsp; = 'task';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;params.itemId&amp;nbsp; = 'activiti$12345';&lt;SPAN class="line-numbers-rows"&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;STRONG&gt;@EDIT&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The configuration i posted above worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, &lt;/SPAN&gt;&lt;EM&gt;itemKind&amp;nbsp; = 'task'&lt;/EM&gt;&lt;SPAN&gt; was just lucky guess so I would be glad for some source of information about supported itemKinds.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2013 19:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278639#M231769</guid>
      <dc:creator>macok</dc:creator>
      <dc:date>2013-08-17T19:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: PopupManager.displayForm - edit task's properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278640#M231770</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;The only doc I could find about this itemKind values is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Usage" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Usage&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cite&amp;gt;itemKind: The "kind" of item the form is for, the only supported kind currently is "node".&amp;lt;/site&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking into alfresco code however I could find:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- "task" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In workflow-form.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and here: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/simpledialog-cannot-read-property-content" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/simpledialog-cannot-read-property-content&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- "workflow" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In start-workflow.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- "type" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In cloud-folder.js, toolbar.js, datalists.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and here &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/using-forms-service-webscript-actions" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/using-forms-service-webscript-actions&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;And of course, "node"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if there are others. I can't think of anything else whose properties are edited via the form generator anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scouil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 13:18:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/popupmanager-displayform-edit-task-s-properties/m-p/278640#M231770</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2013-08-19T13:18:32Z</dc:date>
    </item>
  </channel>
</rss>

