<?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: UI customization in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152328#M106986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying a new application without activiti-expolrer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I click a link I'm forwarding to a action class which will deploy the BPMN file and start the process. But the formKey I've given is not displayed in the UI. I'm getting a blank page. Here I'm using struts2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;userTask id="usertask1" name="User Task" activiti:formKey="WEB-INF/jsp/approve.jsp"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:formProperty id="name" name="name" type="string"&amp;gt;&amp;lt;/activiti:formProperty&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:formProperty id="experience" name="experience" type="long"&amp;gt;&amp;lt;/activiti:formProperty&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/userTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;am I moving in the right direction ? if not can someone please correct me…. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirvana&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 07:47:08 GMT</pubDate>
    <dc:creator>nirvana</dc:creator>
    <dc:date>2013-08-16T07:47:08Z</dc:date>
    <item>
      <title>UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152326#M106984</link>
      <description>Hi,Is there a way for customizing the form fields, buttons, look &amp;amp; feel (applying styles, css), etc.I need it very rigorously.&amp;nbsp; Any help will be much appreciated.Thanks in advance.Regards,Nirvana</description>
      <pubDate>Mon, 05 Aug 2013 09:24:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152326#M106984</guid>
      <dc:creator>nirvana</dc:creator>
      <dc:date>2013-08-05T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152327#M106985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure. The Activiti engine has two ways : use a formkey to reference an external form or use the form properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both options allow for any customization you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But probably you're talking about Actviti Explorer, right. If so, then stuff is pretty hard-wired and not changeable out of the box I'm afraid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 08:03:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152327#M106985</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-08-08T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152328#M106986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying a new application without activiti-expolrer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I click a link I'm forwarding to a action class which will deploy the BPMN file and start the process. But the formKey I've given is not displayed in the UI. I'm getting a blank page. Here I'm using struts2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt; &amp;lt;userTask id="usertask1" name="User Task" activiti:formKey="WEB-INF/jsp/approve.jsp"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:formProperty id="name" name="name" type="string"&amp;gt;&amp;lt;/activiti:formProperty&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:formProperty id="experience" name="experience" type="long"&amp;gt;&amp;lt;/activiti:formProperty&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/userTask&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;am I moving in the right direction ? if not can someone please correct me…. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirvana&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 07:47:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152328#M106986</guid>
      <dc:creator>nirvana</dc:creator>
      <dc:date>2013-08-16T07:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152329#M106987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes,&amp;nbsp; this is the right direction: in the form key you define the unqiue form in your technology.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you mean with 'the form key I've given is not displayed'? You still need to read the form key in your struts app and go to that specific page, right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 09:07:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152329#M106987</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-09-03T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152330#M106988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But probably you're talking about Actviti Explorer, right. If so, then stuff is pretty hard-wired and not changeable out of the box I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does above mean Activiti explorer is not for production use? or Are there customers using explorer in production by adding their branding stuff?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually we are looking/evaluating UIs for Activiti (apart from Vaadin). Just checking in case we can use explorer for our initial version of the product. Really appreciate your valuable suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 05:25:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152330#M106988</guid>
      <dc:creator>sudheer_polavar</dc:creator>
      <dc:date>2014-10-14T05:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152331#M106989</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;I am new in activiti and want to learn how to create an activiti appliocation using vaddin or kickstart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be much appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:16:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152331#M106989</guid>
      <dc:creator>maneeshu</dc:creator>
      <dc:date>2015-03-18T07:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: UI customization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152332#M106990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Activiti Explorer is written in Vaadin and should give you plenty of inspiration: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/tree/master/modules/activiti-explorer" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/tree/master/modules/activiti-explorer&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:39:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ui-customization/m-p/152332#M106990</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-24T12:39:44Z</dc:date>
    </item>
  </channel>
</rss>

