<?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: Feature to edit a property marked as multiple in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151172#M105952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The icon you refer to is part of the multi value editor component (UIMultiValueEditor) and it's associated renderer, either the MultiValueFieldRenderer or MultiValueSelectorRenderer, you'll need to modify these classes to handle your new icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can swap in your implementation by changing/overriding the definitions in faces-config-repo.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 08:17:48 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2008-03-12T08:17:48Z</dc:date>
    <item>
      <title>Feature to edit a property marked as multiple</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151169#M105949</link>
      <description>Hello,I search in this forum but found no answer.Is there an out-of-the box feature to be able to edit a multiple property (a specific metadata in our custom model)?If no, can we change the rendering of the list and add an edition icon which put the text back to the editor. The only workaround is to</description>
      <pubDate>Thu, 06 Mar 2008 09:33:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151169#M105949</guid>
      <dc:creator>ruffp</dc:creator>
      <dc:date>2008-03-06T09:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to edit a property marked as multiple</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151170#M105950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is possible to edit properties marked as multi valued.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you add the property to a property-sheet configuration for your custom type the system will provide you the ability to manage multiple values, however, they will be plain text fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want multiple TinyMCE boxes then you will need to implement a custom component generator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following wiki pages may be useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Displaying_Custom_Metadata" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Displaying_Custom_Metadata&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Component_Generator_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Component_Generator_Framework&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 10:09:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151170#M105950</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-03-06T10:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to edit a property marked as multiple</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151171#M105951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My property looks like : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="arch:summary"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;type&amp;gt;d:any&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;multiple&amp;gt;true&amp;lt;/multiple&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;index enabled="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;atomic&amp;gt;false&amp;lt;/atomic&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tokenised&amp;gt;true&amp;lt;/tokenised&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/index&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I have my own generator to display the TinyMCE editor for that property. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is to be able to modify the list of selected items by adding a new icon along the existing "trashcan" for deleting, but I don't see any exemple how to change the list under my component (Is the items list part of the component or not? )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And clicking this icon just copy the selected data to the TinyMCE editor for edition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 12:33:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151171#M105951</guid>
      <dc:creator>ruffp</dc:creator>
      <dc:date>2008-03-10T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to edit a property marked as multiple</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151172#M105952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The icon you refer to is part of the multi value editor component (UIMultiValueEditor) and it's associated renderer, either the MultiValueFieldRenderer or MultiValueSelectorRenderer, you'll need to modify these classes to handle your new icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can swap in your implementation by changing/overriding the definitions in faces-config-repo.xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:17:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/feature-to-edit-a-property-marked-as-multiple/m-p/151172#M105952</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-03-12T08:17:48Z</dc:date>
    </item>
  </channel>
</rss>

