Hi,

How can you modify the columns shown in the listings? Before Nuxeo used 
documents_tables.xhtml where you could specify the columns to shown, but now it 
uses documents_layout_tables.xhtml:

    <c:when test="#{!fn:endsWith(layoutName, '_2_columns')}">
      <table class="dataOutput">
        <c:forEach var="row" items="#{documents.rows}" 
varStatus="layoutListingStatus">
          <c:set var="showListingHeader" value="#{layoutListingStatus.index == 
0}" />
          <nxl:layout name="#{layoutName}" value="#{row}" mode="view" />
        </c:forEach>
      </table>
    </c:when>

Regards
--
Posted by "aldago" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3598#11106>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to