<?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: Howto render a custom form? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60750#M37593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing what I want is to add a hyperlink to a screen which allows the user to accomplish the task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the rest I want users to view their tasks, current states of work flows, claim a task, most things of which are available in the explorer ui.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gr. Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2012 14:22:09 GMT</pubDate>
    <dc:creator>mtaal</dc:creator>
    <dc:date>2012-01-05T14:22:09Z</dc:date>
    <item>
      <title>Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60742#M37585</link>
      <description>Hi,I am using activiti 5.8. My question is howto create my own html (actually javascript) form and define this in a workflow xml. I need more flexibility than provided by the form properties/form implementation of Activiti.I checked the formKey usage but it does not seem to be used explicitly anymor</description>
      <pubDate>Mon, 02 Jan 2012 16:49:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60742#M37585</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-02T16:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60743#M37586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The formkey is not used explicit anymore in the activiti explorer, but you can use it from the api and decide yourself which e.g. Jsf form to show.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 18:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60743#M37586</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-02T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60744#M37587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but my question is also how to/what to override to generate custom html which should be rendered inside the Activiti task display. Is there a specific override point I can use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gr. Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 10:51:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60744#M37587</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-03T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60745#M37588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just use the api to ineract with activiti, here is no need to override anything…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:08:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60745#M37588</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-04T08:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60746#M37589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry I mean if I want activiti explorer to display my custom html, how can I accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gr. Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60746#M37589</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-04T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60747#M37590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By doing a lot of coding, searching etc… Sorry I cannot be more precise. That is exactely the reason we (I) do not use the explorer for end-user apps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:25:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60747#M37590</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-04T17:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60748#M37591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, thanks for the reply! (although I had hoped a different answer ofcourse… &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 17:29:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60748#M37591</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-04T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60749#M37592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm curios to why you want a different ui framework integrated in explorer. What are the advantages that explorer has that you want to put integration efforts into it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 22:13:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60749#M37592</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-04T22:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60750#M37593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing what I want is to add a hyperlink to a screen which allows the user to accomplish the task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the rest I want users to view their tasks, current states of work flows, claim a task, most things of which are available in the explorer ui.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gr. Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 14:22:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60750#M37593</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-05T14:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60751#M37594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The only thing what I want is to add a hyperlink to a screen which allows the user to accomplish the task.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't that kind of the tasklist screen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;For the rest I want users to view their tasks, current states of work flows, claim a task, most things of which are available in the explorer ui.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Why 'most'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And adding a fully custom form, that does not fit in directly with the explorer (not a form in the way Activiti uses it) is way more work than to use the api and e.g. the CDI components and develop your own ui (with tasklists etc) in that specific framework… Believe me, I tried.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 17:01:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60751#M37594</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-01-05T17:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Howto render a custom form?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60752#M37595</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;SPAN&gt;The actual work (checking a status or other information) is done outside of the explorer ui, so I just wanted to have a form/html with a link to that 'other' place (so a very simple html snippet).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I understand now that it is better to build a custom ui..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your quick replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gr. Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 08:26:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/howto-render-a-custom-form/m-p/60752#M37595</guid>
      <dc:creator>mtaal</dc:creator>
      <dc:date>2012-01-06T08:26:38Z</dc:date>
    </item>
  </channel>
</rss>

