<?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 display text with variable at activiti explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138027#M96706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every form-property type, has it's own java-class associated with it. In activiti-explorer, there is a *FormPropertyRendered, responsible of rendering the value in Vaadin UI. These renderers are pluggable and can be configured in the activiti-configuration. You could extend the default one (StringFormPropertyRendered) to use, for example, a multiline label in case the property is not writable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR you can create a "custom" form-property, with a different type than "string". Good example of a custom type is UserFormType (search forum for this, I've already replied a couple of times with a full explanation of required steps).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2013 12:51:41 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2013-01-10T12:51:41Z</dc:date>
    <item>
      <title>how to display text with variable at activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138024#M96703</link>
      <description>How can I display a text with variable at the activiti explorer ?pseudocode example:&amp;lt;activiti:expression&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;![CDATA[&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;nbsp;&amp;nbsp; Hello ${StudentAppInfo.studentName},&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;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;nbsp;&amp;nbsp; You stay here from ${StudentAppInfo.dateFrom} to ${StudentAppInfo.dateToo} in</description>
      <pubDate>Wed, 09 Jan 2013 13:41:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138024#M96703</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-09T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to display text with variable at activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138025#M96704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Set the "writable" attribute to false, in the form-property, e.g. (form user guide):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;activiti:formProperty id="speaker" variable="SpeakerName" writable="false" /&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;This will render a readonly text-box in explorer. If this is not what you need, you can always create a custom form-type (or alter rendering of existing string-form type) to suite your needs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 08:04:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138025#M96704</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-10T08:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to display text with variable at activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138026#M96705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know how to set it writable to false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No I mean to show the following text in the explorer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like this:&amp;nbsp; …and longer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Hello ${StudentAppInfo.studentName},&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;nbsp; &lt;BR /&gt;You stay here from ${StudentAppInfo.dateFrom} to ${StudentAppInfo.dateToo} in this University. &lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean with a custom form-type and string-form type ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:40:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138026#M96705</guid>
      <dc:creator>tomi87</dc:creator>
      <dc:date>2013-01-10T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to display text with variable at activiti explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138027#M96706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every form-property type, has it's own java-class associated with it. In activiti-explorer, there is a *FormPropertyRendered, responsible of rendering the value in Vaadin UI. These renderers are pluggable and can be configured in the activiti-configuration. You could extend the default one (StringFormPropertyRendered) to use, for example, a multiline label in case the property is not writable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR you can create a "custom" form-property, with a different type than "string". Good example of a custom type is UserFormType (search forum for this, I've already replied a couple of times with a full explanation of required steps).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 12:51:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-text-with-variable-at-activiti-explorer/m-p/138027#M96706</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-10T12:51:41Z</dc:date>
    </item>
  </channel>
</rss>

