<?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: Display custom aspects in view? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236479#M189609</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 exactly what I also have to do, ie show aspect values in search results.&amp;nbsp; How did you end up implementing this.&amp;nbsp; Did you just update the browse.jsp or could you package it outside of the Alfresco source tree.&amp;nbsp; Any advice on how to do this and what I should look out for will be greatly accepted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 04:15:25 GMT</pubDate>
    <dc:creator>boneill</dc:creator>
    <dc:date>2009-07-15T04:15:25Z</dc:date>
    <item>
      <title>Display custom aspects in view?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236476#M189606</link>
      <description>I have implemented a custom aspect for internal document ID number, visible in document properties and advanced search.How can I modify the view, details or standard, to include the custom document ID number? This would also be very useful in search results.I have searched the modification possibili</description>
      <pubDate>Mon, 15 Jun 2009 07:05:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236476#M189606</guid>
      <dc:creator>petrush</dc:creator>
      <dc:date>2009-06-15T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display custom aspects in view?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236477#M189607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at tomcat/jsp/browse/browse.jsp to modify the details view for the Alfresco Explorer client.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 09:13:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236477#M189607</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-06-15T09:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Display custom aspects in view?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236478#M189608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much, got it partly to work now!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%– customDocID for details/icons view modes&amp;nbsp; PHY MOD!–%&amp;gt;&lt;BR /&gt;&amp;lt;a:column id="col155" style="text-align:left" rendered="#{BrowseBean.browseViewMode == 'details' || BrowseBean.browseViewMode == 'icons'}"&amp;gt;&lt;BR /&gt;&amp;lt;f:facet name="header"&amp;gt;&lt;BR /&gt;&amp;lt;a:sortLink id="col155-sort" label="Doc ID" value="properties[\"sample:customDocID\"]" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;lt;h:outputText id="col155-txt" value="#{r.properties[\"sample:customDocID\"]}"&amp;gt;&lt;BR /&gt;&amp;lt;a:convertSize /&amp;gt;&lt;BR /&gt;&amp;lt;/h:outputText&amp;gt;&lt;BR /&gt;&amp;lt;/a:column&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And it lists my custom aspect (sample:customDocID) properly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The sorting does not seem to work, where is this performed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any way to provide customizations to the jsp file, instead of hard-coding in the alfresco source tree? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/Petrus&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236478#M189608</guid>
      <dc:creator>petrush</dc:creator>
      <dc:date>2009-06-15T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display custom aspects in view?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236479#M189609</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 exactly what I also have to do, ie show aspect values in search results.&amp;nbsp; How did you end up implementing this.&amp;nbsp; Did you just update the browse.jsp or could you package it outside of the Alfresco source tree.&amp;nbsp; Any advice on how to do this and what I should look out for will be greatly accepted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 04:15:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-aspects-in-view/m-p/236479#M189609</guid>
      <dc:creator>boneill</dc:creator>
      <dc:date>2009-07-15T04:15:25Z</dc:date>
    </item>
  </channel>
</rss>

