<?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 Customizing the Item/page dropdown feature in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322209#M9210</link>
    <description>&lt;P&gt;In a normal setting, the Item/page dropdown has 6 options to display the number of reports: 5, 10, 20, 30, 40, and 50. But I need to customize these settings so that I can see hundreds, so I want to change to 10, 25, 50, 100, 150, 200.&lt;/P&gt;
&lt;P&gt;I went into the &lt;CODE&gt;content_view_result_layout_selector.xhtml&lt;/CODE&gt; to configure this but every time I restart the nuxeo server, it goes back to the original code that was made. How can I overwrite the default in the code?&lt;/P&gt;
&lt;P&gt;I even included this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;   onchange="Element.next(this).firstChild.click();"&amp;gt;
   &amp;lt;f:convertNumber /&amp;gt;
   &amp;lt;f:selectItem itemValue="10" itemLabel="10" /&amp;gt;
   &amp;lt;f:selectItem itemValue="25" itemLabel="25" /&amp;gt;
   &amp;lt;f:selectItem itemValue="50" itemLabel="50" /&amp;gt;
   &amp;lt;f:selectItem itemValue="100" itemLabel="100" /&amp;gt;
   &amp;lt;f:selectItem itemValue="150" itemLabel="150" /&amp;gt;
   &amp;lt;f:selectItem itemValue="200" itemLabel="200" /&amp;gt;
   &amp;lt;/h:selectOneMenu&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 03 Mar 2015 21:44:23 GMT</pubDate>
    <dc:creator>MEM4FP_</dc:creator>
    <dc:date>2015-03-03T21:44:23Z</dc:date>
    <item>
      <title>Customizing the Item/page dropdown feature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322209#M9210</link>
      <description>&lt;P&gt;In a normal setting, the Item/page dropdown has 6 options to display the number of reports: 5, 10, 20, 30, 40, and 50. But I need to customize these settings so that I can see hundreds, so I want to change to 10, 25, 50, 100, 150, 200.&lt;/P&gt;
&lt;P&gt;I went into the &lt;CODE&gt;content_view_result_layout_selector.xhtml&lt;/CODE&gt; to configure this but every time I restart the nuxeo server, it goes back to the original code that was made. How can I overwrite the default in the code?&lt;/P&gt;
&lt;P&gt;I even included this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;   onchange="Element.next(this).firstChild.click();"&amp;gt;
   &amp;lt;f:convertNumber /&amp;gt;
   &amp;lt;f:selectItem itemValue="10" itemLabel="10" /&amp;gt;
   &amp;lt;f:selectItem itemValue="25" itemLabel="25" /&amp;gt;
   &amp;lt;f:selectItem itemValue="50" itemLabel="50" /&amp;gt;
   &amp;lt;f:selectItem itemValue="100" itemLabel="100" /&amp;gt;
   &amp;lt;f:selectItem itemValue="150" itemLabel="150" /&amp;gt;
   &amp;lt;f:selectItem itemValue="200" itemLabel="200" /&amp;gt;
   &amp;lt;/h:selectOneMenu&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Mar 2015 21:44:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322209#M9210</guid>
      <dc:creator>MEM4FP_</dc:creator>
      <dc:date>2015-03-03T21:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Item/page dropdown feature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322210#M9211</link>
      <description>&lt;P&gt;You'll have to create a bundle (http://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle) and include the modification there.&lt;/P&gt;
&lt;P&gt;In the bundle you can overwrite the file (not too good approach) or contribute using an extension:
&lt;A href="http://doc.nuxeo.com/display/NXDOC/How+to+Contribute+to+an+Extension" target="test_blank"&gt;http://doc.nuxeo.com/display/NXDOC/How+to+Contribute+to+an+Extension&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that the template &lt;CODE&gt;content_view_result_layout_selector.xhtml&lt;/CODE&gt; has been deprecated from version 5.7.2. From version 6.0, the template to override is named &lt;CODE&gt;content_view_page_size_selector.xhtml&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:38:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322210#M9211</guid>
      <dc:creator>arubiom00_</dc:creator>
      <dc:date>2015-03-05T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Item/page dropdown feature</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322211#M9212</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:03:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/customizing-the-item-page-dropdown-feature/m-p/322211#M9212</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2015-03-05T18:03:47Z</dc:date>
    </item>
  </channel>
</rss>

