06-19-2009 04:36 AM
07-01-2009 01:41 AM
07-01-2009 03:17 AM
07-01-2009 08:15 PM
<%– Author column for all view modes –%>
<a:column id="col13" style="text-align:left" rendered="#{BrowseBean.browseViewMode == 'icons'}">
<f:facet name="header">
<a:sortLink id="col13-sort" label="#{msg.author}" value="author" styleClass="header"/>
</f:facet>
<h:outputText id="col13-txt" value="#{r.properties.author}" />
</a:column>
<%– Author column for all view modes –%>
<a:column id="col13" style="text-align:left" rendered="#{BrowseBean.browseViewMode == 'icons'}">
<f:facet name="header">
<a:sortLink id="col13-sort" label="#{msg.author}" value="author" styleClass="header"/>
</f:facet>
<h:outputText id="col13-txt" value="Author: #{r.properties.author}" />
</a:column>
07-02-2009 12:01 AM
07-02-2009 12:16 AM
<h:outputText id="col13-txt" value="#{r.properties[\"mx:keywords\"]}" />
07-02-2009 04:06 AM
(or r.properties['cm:author'])
07-02-2009 04:50 AM
07-02-2009 05:40 AM
07-04-2009 07:03 AM
(or r.properties['cm:author'])
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.