<?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 Re: Re-order tabs in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/re-order-tabs/m-p/314358#M1359</link>
    <description>&lt;P&gt;Hi Corinne,&lt;/P&gt;
&lt;P&gt;I'm new to Nuxeo, so hopefully I have not misunderstood your question.
If someone knows of a better approach ('simplest way') please let me know.&lt;/P&gt;
&lt;P&gt;I think you are talking about the tabs as shown here:
&lt;IMG src="https://connect.hyland.com/upfiles/a1.png" alt="alt text" /&gt;&lt;/P&gt;
&lt;P&gt;There are two action tabs:  &lt;CODE&gt;TAB_RELATIONS and TAB_PUBLISH&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;There is also an order number associated with each.&lt;/P&gt;
&lt;P&gt;By default these numbers are 55 and 53.&lt;/P&gt;
&lt;P&gt;In Studio, I added the following under Advanced Settings-&amp;gt;XML Extensions, swapping the order numbers.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.actions&amp;lt;/require&amp;gt;
&amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"&amp;gt;
    &amp;lt;action id="TAB_PUBLISH" link="/incl/tabs/document_publish.xhtml"
      order="55" label="action.publish.content" icon="/icons/file.gif" type="rest_document_link"&amp;gt;
      &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
      &amp;lt;filter-id&amp;gt;publish_document&amp;lt;/filter-id&amp;gt;
      &amp;lt;filter-id&amp;gt;mutable_document&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;   
    &amp;lt;action id="TAB_RELATIONS" link="/incl/tabs/document_relations.xhtml"
      enabled="true" label="action.view.relations" order="53" type="rest_document_link"&amp;gt;
      &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
      &amp;lt;filter id="view_relations"&amp;gt;
        &amp;lt;rule grant="true"&amp;gt;
          &amp;lt;permission&amp;gt;Read&amp;lt;/permission&amp;gt;
        &amp;lt;/rule&amp;gt;
        &amp;lt;rule grant="false"&amp;gt;
          &amp;lt;facet&amp;gt;Folderish&amp;lt;/facet&amp;gt;
            &amp;lt;/rule&amp;gt;
            &amp;lt;rule grant="false"&amp;gt;
              &amp;lt;type&amp;gt;Server&amp;lt;/type&amp;gt;
            &amp;lt;/rule&amp;gt;
      &amp;lt;/filter&amp;gt;
    &amp;lt;/action&amp;gt;  
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After doing that, I see:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://connect.hyland.com/upfiles/a2.png" alt="alt text" /&gt;&lt;/P&gt;
&lt;P&gt;So, the tabs are swapped/reordered.  But maybe you are asking instead how to push both these tabs to the far right?  The right-most displayed tab is &lt;CODE&gt;TAB_MANAGE&lt;/CODE&gt; and it has an order number of 240.&lt;/P&gt;
&lt;P&gt;Changing the settings for the order values for &lt;CODE&gt;TAB_PUBLISH and TAB_RELATIONS&lt;/CODE&gt; to 305 and 310, I get the following:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://connect.hyland.com/upfiles/a3.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2014 18:55:26 GMT</pubDate>
    <dc:creator>dweisinger</dc:creator>
    <dc:date>2014-09-04T18:55:26Z</dc:date>
    <item>
      <title>Re-order tabs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/re-order-tabs/m-p/314357#M1358</link>
      <description>&lt;P&gt;I would like to reorder tabs : Publish and Relations tabs on the far right. Anybody knows the simpliest way ?
Thanks
Corinne&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 10:42:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/re-order-tabs/m-p/314357#M1358</guid>
      <dc:creator>Corinne_</dc:creator>
      <dc:date>2014-09-04T10:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re-order tabs</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/re-order-tabs/m-p/314358#M1359</link>
      <description>&lt;P&gt;Hi Corinne,&lt;/P&gt;
&lt;P&gt;I'm new to Nuxeo, so hopefully I have not misunderstood your question.
If someone knows of a better approach ('simplest way') please let me know.&lt;/P&gt;
&lt;P&gt;I think you are talking about the tabs as shown here:
&lt;IMG src="https://connect.hyland.com/upfiles/a1.png" alt="alt text" /&gt;&lt;/P&gt;
&lt;P&gt;There are two action tabs:  &lt;CODE&gt;TAB_RELATIONS and TAB_PUBLISH&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;There is also an order number associated with each.&lt;/P&gt;
&lt;P&gt;By default these numbers are 55 and 53.&lt;/P&gt;
&lt;P&gt;In Studio, I added the following under Advanced Settings-&amp;gt;XML Extensions, swapping the order numbers.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;require&amp;gt;org.nuxeo.ecm.platform.actions&amp;lt;/require&amp;gt;
&amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"&amp;gt;
    &amp;lt;action id="TAB_PUBLISH" link="/incl/tabs/document_publish.xhtml"
      order="55" label="action.publish.content" icon="/icons/file.gif" type="rest_document_link"&amp;gt;
      &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
      &amp;lt;filter-id&amp;gt;publish_document&amp;lt;/filter-id&amp;gt;
      &amp;lt;filter-id&amp;gt;mutable_document&amp;lt;/filter-id&amp;gt;
    &amp;lt;/action&amp;gt;   
    &amp;lt;action id="TAB_RELATIONS" link="/incl/tabs/document_relations.xhtml"
      enabled="true" label="action.view.relations" order="53" type="rest_document_link"&amp;gt;
      &amp;lt;category&amp;gt;VIEW_ACTION_LIST&amp;lt;/category&amp;gt;
      &amp;lt;filter id="view_relations"&amp;gt;
        &amp;lt;rule grant="true"&amp;gt;
          &amp;lt;permission&amp;gt;Read&amp;lt;/permission&amp;gt;
        &amp;lt;/rule&amp;gt;
        &amp;lt;rule grant="false"&amp;gt;
          &amp;lt;facet&amp;gt;Folderish&amp;lt;/facet&amp;gt;
            &amp;lt;/rule&amp;gt;
            &amp;lt;rule grant="false"&amp;gt;
              &amp;lt;type&amp;gt;Server&amp;lt;/type&amp;gt;
            &amp;lt;/rule&amp;gt;
      &amp;lt;/filter&amp;gt;
    &amp;lt;/action&amp;gt;  
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After doing that, I see:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://connect.hyland.com/upfiles/a2.png" alt="alt text" /&gt;&lt;/P&gt;
&lt;P&gt;So, the tabs are swapped/reordered.  But maybe you are asking instead how to push both these tabs to the far right?  The right-most displayed tab is &lt;CODE&gt;TAB_MANAGE&lt;/CODE&gt; and it has an order number of 240.&lt;/P&gt;
&lt;P&gt;Changing the settings for the order values for &lt;CODE&gt;TAB_PUBLISH and TAB_RELATIONS&lt;/CODE&gt; to 305 and 310, I get the following:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://connect.hyland.com/upfiles/a3.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 18:55:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/re-order-tabs/m-p/314358#M1359</guid>
      <dc:creator>dweisinger</dc:creator>
      <dc:date>2014-09-04T18:55:26Z</dc:date>
    </item>
  </channel>
</rss>

