<?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 Creating custom form types that can hold multiple values. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207882#M161012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm currently dynamically rendering forms in my web app by by outputting html based on the formProperty type, using jstl &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. &amp;lt;c:if test="${formProperty.getType() == 'string'"&amp;gt; &amp;lt;input type="text"…etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I currently use the form type "enum" when I want to render a dropdown list i.e. &amp;lt;select&amp;gt;&amp;lt;option&amp;gt;etc. This isn't helpful though when I eant to use the enum values as check boxes or radio buttons or other such types.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So what I basically what to know is how to create a form type that basically acts like an enum, i.e. you can fill in the form properties in activiti designer and access them through formProperty. So I could have one called "checkbox" for example that outputs checkboxes to html.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope I'm making sense. I tried creating my own form type and I followed Joram's tutorial but I'm honestly just lost as I'm only new to java and processes in general.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 10:50:35 GMT</pubDate>
    <dc:creator>sirreginald</dc:creator>
    <dc:date>2015-04-23T10:50:35Z</dc:date>
    <item>
      <title>Creating custom form types that can hold multiple values.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207882#M161012</link>
      <description>I'm currently dynamically rendering forms in my web app by by outputting html based on the formProperty type, using jstl e.g. &amp;lt;c:if test="${formProperty.getType() == 'string'"&amp;gt; &amp;lt;input type="text"…etc.I currently use the form type "enum" when I want to render a dropdown list i.e. &amp;lt;select&amp;amp;</description>
      <pubDate>Thu, 23 Apr 2015 10:50:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207882#M161012</guid>
      <dc:creator>sirreginald</dc:creator>
      <dc:date>2015-04-23T10:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom form types that can hold multiple values.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207883#M161013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You want to implement this custom form type in the Activiti Explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is it in specific that you are struggling with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can look at the existing form types on how to implement a new one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:01:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207883#M161013</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-24T13:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom form types that can hold multiple values.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207884#M161014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to implement this custom form in my own web app that's using Activiti. I generate my forms based on the formProperty type so I basically need a form type that acts like the enum type but is called something else as I already have a way of generating enums (using a dropdown list) but I'd also like to be able to generate checkboxs, radiio buttons etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to make a basic new formtype but I'm struggling with how to use it to access the formProperties that you can fill in using Activiti Designer on Eclipse.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 11:04:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-form-types-that-can-hold-multiple-values/m-p/207884#M161014</guid>
      <dc:creator>sirreginald</dc:creator>
      <dc:date>2015-04-27T11:04:01Z</dc:date>
    </item>
  </channel>
</rss>

