<?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 How to get default views on custom document types in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317579#M4580</link>
    <description>&lt;P&gt;I am trying to get default views on custom document types that extend Folder or support the dublincore schema, but I can't figure out what exactly to contribute to org.nuxeo.ecm.platform.types.TypeService.
Here are the types:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;doctype name="myContainer" extends="Folder"&amp;gt;
    &amp;lt;facet name="myFacet"/&amp;gt;
&amp;lt;/doctype&amp;gt;

&amp;lt;doctype name="myItem"&amp;gt;
    &amp;lt;schema name="common"/&amp;gt;
    &amp;lt;schema name="dublincore"/&amp;gt;
    &amp;lt;schema name="myItemSchema"/&amp;gt;
&amp;lt;/doctype&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The best I have obtained is an empty listing for myContainer. What would it take (not using Studio) for the myContainer page under &lt;A href="http://server/nuxeo/nxpath" target="test_blank"&gt;http://server/nuxeo/nxpath&lt;/A&gt; to display like a normal folder page (with items listed and a "New" command to create subfolders)?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2012 09:46:25 GMT</pubDate>
    <dc:creator>franck102_</dc:creator>
    <dc:date>2012-09-25T09:46:25Z</dc:date>
    <item>
      <title>How to get default views on custom document types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317579#M4580</link>
      <description>&lt;P&gt;I am trying to get default views on custom document types that extend Folder or support the dublincore schema, but I can't figure out what exactly to contribute to org.nuxeo.ecm.platform.types.TypeService.
Here are the types:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;doctype name="myContainer" extends="Folder"&amp;gt;
    &amp;lt;facet name="myFacet"/&amp;gt;
&amp;lt;/doctype&amp;gt;

&amp;lt;doctype name="myItem"&amp;gt;
    &amp;lt;schema name="common"/&amp;gt;
    &amp;lt;schema name="dublincore"/&amp;gt;
    &amp;lt;schema name="myItemSchema"/&amp;gt;
&amp;lt;/doctype&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The best I have obtained is an empty listing for myContainer. What would it take (not using Studio) for the myContainer page under &lt;A href="http://server/nuxeo/nxpath" target="test_blank"&gt;http://server/nuxeo/nxpath&lt;/A&gt; to display like a normal folder page (with items listed and a "New" command to create subfolders)?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 09:46:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317579#M4580</guid>
      <dc:creator>franck102_</dc:creator>
      <dc:date>2012-09-25T09:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get default views on custom document types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317580#M4581</link>
      <description>&lt;P&gt;I suggest to read &lt;A href="http://doc.nuxeo.com/x/ZIao"&gt;this&lt;/A&gt; documentation, especially the UI part and layout part (section Containment rules).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 11:08:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317580#M4581</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-09-25T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get default views on custom document types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317581#M4582</link>
      <description>&lt;P&gt;I have read that document and the relevant help sections, many times...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 11:57:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317581#M4582</guid>
      <dc:creator>franck102_</dc:creator>
      <dc:date>2012-09-25T11:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get default views on custom document types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317582#M4583</link>
      <description>&lt;P&gt;Can you try to just add Folderish facet to your container type ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 13:19:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317582#M4583</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-09-25T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get default views on custom document types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317583#M4584</link>
      <description>&lt;P&gt;I just tried that, and it doesn't make any difference.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:43:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-default-views-on-custom-document-types/m-p/317583#M4584</guid>
      <dc:creator>franck102_</dc:creator>
      <dc:date>2012-09-27T14:43:33Z</dc:date>
    </item>
  </channel>
</rss>

