<?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 Add default column to content view in JSF UI in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322975#M9976</link>
    <description>&lt;P&gt;I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not succeeded. Surely their must be some simple way to accomplish this?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 20:10:34 GMT</pubDate>
    <dc:creator>Nehemiah_of_Zeb</dc:creator>
    <dc:date>2019-01-29T20:10:34Z</dc:date>
    <item>
      <title>Add default column to content view in JSF UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322975#M9976</link>
      <description>&lt;P&gt;I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not succeeded. Surely their must be some simple way to accomplish this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 20:10:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322975#M9976</guid>
      <dc:creator>Nehemiah_of_Zeb</dc:creator>
      <dc:date>2019-01-29T20:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add default column to content view in JSF UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322976#M9977</link>
      <description>&lt;P&gt;This is not yet solved. Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:49:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322976#M9977</guid>
      <dc:creator>Nehemiah_of_Zeb</dc:creator>
      <dc:date>2019-02-01T14:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add default column to content view in JSF UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322977#M9978</link>
      <description>&lt;P&gt;You may have a look at the following xml contribution:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://github.com/nuxeo/nuxeo/blob/master/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/contentviews-contrib.xml#L34" target="test_blank"&gt;https://github.com/nuxeo/nuxeo/blob/master/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/contentviews-contrib.xml#L34&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/nuxeo/nuxeo/blob/master/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/layouts-listing-contrib.xml#L1409" target="test_blank"&gt;https://github.com/nuxeo/nuxeo/blob/master/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/layouts-listing-contrib.xml#L1409&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;which are how are defined document content tables.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322977#M9978</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2019-02-01T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add default column to content view in JSF UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322978#M9979</link>
      <description>&lt;P&gt;As pointed out by Guillaume, each widget in the listing layout configuration is selected by default unless stated otherwise. You can try adding "selectedByDefault="true" to one of the contributions that you override, see for instance &lt;A href="https://github.com/nuxeo/nuxeo/blob/release-10.10/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/layouts-listing-contrib.xml#L1533" target="test_blank"&gt;https://github.com/nuxeo/nuxeo/blob/release-10.10/nuxeo-jsf/nuxeo-platform-webapp-base/src/main/resources/OSGI-INF/layouts-listing-contrib.xml#L1533&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 18:22:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322978#M9979</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2019-02-01T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add default column to content view in JSF UI</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322979#M9980</link>
      <description>&lt;P&gt;Please, be more specific in your request. Expose what you tried, failed or did not understand. FYI, other useful public resources&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 09:19:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-default-column-to-content-view-in-jsf-ui/m-p/322979#M9980</guid>
      <dc:creator>Guillaume_Renar</dc:creator>
      <dc:date>2019-02-04T09:19:16Z</dc:date>
    </item>
  </channel>
</rss>

