<?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: Custom attributes in table view in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84341#M56747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem that I want to display the properties in browse.jsp .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2007 02:47:41 GMT</pubDate>
    <dc:creator>zg0571</dc:creator>
    <dc:date>2007-06-28T02:47:41Z</dc:date>
    <item>
      <title>Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84339#M56745</link>
      <description>Hello I have created my custom model. I works fine. I have added type from my model to&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Content Wizards"&amp;gt;I need to display some custom properties in a table view (in Content Items or as Custom View). There is Template mechanism that allow me to cha</description>
      <pubDate>Mon, 16 Apr 2007 12:13:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84339#M56745</guid>
      <dc:creator>asv</dc:creator>
      <dc:date>2007-04-16T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84340#M56746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am struggling with&amp;nbsp; &amp;lt;h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText and #{r} variable. I have tried #{r.properties['myProp']} and&amp;nbsp; #{r.myProp} it dosn't work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 08:19:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84340#M56746</guid>
      <dc:creator>asv</dc:creator>
      <dc:date>2007-04-17T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84341#M56747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem that I want to display the properties in browse.jsp .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone help?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 02:47:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84341#M56747</guid>
      <dc:creator>zg0571</dc:creator>
      <dc:date>2007-06-28T02:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84342#M56748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For properties that are not part of the standard Alfresco content model you need to specify the shortform of the model namespace for your property, so something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#{r.properties['custom:myProp']}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 10:29:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84342#M56748</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-06-28T10:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84343#M56749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I followed your suggestion, but fields remain blank although content items have this particular property filled in. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;%– Description column for all view modes –%&amp;gt;&lt;BR /&gt;&amp;lt;a:column id="col13" style="text-align:left"&amp;gt;&lt;BR /&gt;&amp;lt;f:facet name="header"&amp;gt;&lt;BR /&gt;&amp;lt;a:sortLink id="col13-sort" label="My Label" value="myProp" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;lt;h:outputText id="col13-txt" value="#{r.properties['custom:myProp']}" /&amp;gt;&lt;BR /&gt;&amp;lt;/a:column&amp;gt;&lt;BR /&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;Can you help? It's sort of urgent…&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 18:45:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84343#M56749</guid>
      <dc:creator>darko_narandzic</dc:creator>
      <dc:date>2008-01-17T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84344#M56750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using 'custom' as the short uri for your model namespace? Or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 21:02:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84344#M56750</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2008-01-17T21:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84345#M56751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone is interested, this works in my case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;value="#{r['myType:myProp']}"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:37:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84345#M56751</guid>
      <dc:creator>darko_narandzic</dc:creator>
      <dc:date>2008-01-18T07:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom attributes in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84346#M56752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello kevinr,if I want to some property align right,How I do that can achivee it,Do you have a good idea?thank you very much!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 08:34:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-attributes-in-table-view/m-p/84346#M56752</guid>
      <dc:creator>rock_tu</dc:creator>
      <dc:date>2014-05-26T08:34:31Z</dc:date>
    </item>
  </channel>
</rss>

