<?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: Form Customization in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22260#M10646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Explorer does not have a pluggable rendering service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, Explorer (and Probe), use a REST-API that you can use in your own application: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#N10B1F" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#N10B1F&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 07:56:50 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2010-09-20T07:56:50Z</dc:date>
    <item>
      <title>Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22255#M10641</link>
      <description>Hi,How could I customize a form associated with a User Task?Supose I want to execute some fields validation before complete the task, or I want to add a button that, when clicked, shows a support information to the user. Is form event model based&amp;nbsp; on JSF, so I should customize the associated class w</description>
      <pubDate>Thu, 16 Sep 2010 18:59:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22255#M10641</guid>
      <dc:creator>hmartim</dc:creator>
      <dc:date>2010-09-16T18:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22256#M10642</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;This is currently not supported in the Activiti webapps in a "proper" way but sure sure is something that we need to provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You could do the following hack for and put the following html &amp;amp; inline-javascript code in your form:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="#" onclick="javascript: var si = document.getElementById('support-info'); si.style.display = (si.style.display == 'none' ? 'inline' : 'none');"&amp;gt;Support Information&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div id="support-info" style="display: none;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Here comes the the support information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also include a &amp;lt;script&amp;gt; block in your form template that "might" get triggered, the reason I say "might" is because some browsers will execute the &amp;lt;script&amp;gt; code and some will not. I will add the possibility to use the &amp;lt;script&amp;gt; blocks in all browsers to my things to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To hook into the validation mechanism on the client is not possible without performing a serious hack which I wont even try, it is however also something that we should take a look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; :: Erik&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. We are NOT using JSF as the web framework which we have built the Activiti webapps on, instead Spring Surf is used: &lt;/SPAN&gt;&lt;A href="http://www.springsource.org/extensions/se-surf" rel="nofollow noopener noreferrer"&gt;http://www.springsource.org/extensions/se-surf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 09:30:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22256#M10642</guid>
      <dc:creator>erikwinlof</dc:creator>
      <dc:date>2010-09-17T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22257#M10643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See also this topic for more information on JavaScript limitations and other solutions: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?t=223" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?t=223&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 09:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22257#M10643</guid>
      <dc:creator>davidcognite</dc:creator>
      <dc:date>2010-09-17T09:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22258#M10644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the client example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also a need on server validation and suplementary server bussiness processing. So is possible in Explorer a pluggable rendering service that could be implemented with JSF, Wicket, …, or it is not the right way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hudson.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 14:23:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22258#M10644</guid>
      <dc:creator>hmartim</dc:creator>
      <dc:date>2010-09-17T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22259#M10645</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 using JSF is mandatory? You may consider Grails with Activiti plugin project at &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/grails-activiti-plugin/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/grails-activiti-plugin/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chee Kin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P. S.: I am project owner of the project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 14:29:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22259#M10645</guid>
      <dc:creator>limcheekin</dc:creator>
      <dc:date>2010-09-17T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22260#M10646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Explorer does not have a pluggable rendering service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, Explorer (and Probe), use a REST-API that you can use in your own application: &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#N10B1F" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#N10B1F&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 07:56:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22260#M10646</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-09-20T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22261#M10647</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;You may want to find out more for sample application I just release with the Grails Activiti plugin at &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=279" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=279&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chee Kin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 10:39:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22261#M10647</guid>
      <dc:creator>limcheekin</dc:creator>
      <dc:date>2010-09-20T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22262#M10648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will analyze each suggestion to identify the faster way to adopt Activiti as our BPM suite.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hudson.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 18:43:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22262#M10648</guid>
      <dc:creator>hmartim</dc:creator>
      <dc:date>2010-09-20T18:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22263#M10649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Who can help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hmartim?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;about render form(defining form properties on a start event or a user task) to jsf page …&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/how-set-formfrom-xml-file-properties-jsf-pages" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/how-set-formfrom-xml-file-properties-jsf-pages&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 17:22:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22263#M10649</guid>
      <dc:creator>mghb2009</dc:creator>
      <dc:date>2014-07-04T17:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Form Customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22264#M10650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ressurecting a thread from 2010 … wont probably trigger an answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is simple: Activiti&amp;nbsp; has a formService. In JSF, get the form properties through the FormService. Put them on a backing bean or whatever it is called in JSF (been 6 years since JSF for me luckily). Have a dynamic form rendering based on the types in the properties. When clicking the button, pass the values again in the formService.submit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/form-customization/m-p/22264#M10650</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-07T13:22:03Z</dc:date>
    </item>
  </channel>
</rss>

