<?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 Having a link that points to a tab or a subtab of the current document. in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/having-a-link-that-points-to-a-tab-or-a-subtab-of-the-current/m-p/323577#M10578</link>
    <description>&lt;P&gt;When a user opens a folder, we want to be able to notify users about any subfolders/files that are in a certain state. There is currently a "Manage" sub-tab to do that, which has details about those documents.&lt;/P&gt;
&lt;P&gt;We would like to have, in the "Actions" part of the "Summary" tab, the ability to have a link to the "Manage" sub-tab, for user convenience, when some documents are in the state we want to flag, so that they do not have to go to the sub-tab to check.&lt;/P&gt;
&lt;P&gt;This does not seem to be easily feasible, any ideas?&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2012 22:36:46 GMT</pubDate>
    <dc:creator>ycmorissette_</dc:creator>
    <dc:date>2012-07-10T22:36:46Z</dc:date>
    <item>
      <title>Having a link that points to a tab or a subtab of the current document.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/having-a-link-that-points-to-a-tab-or-a-subtab-of-the-current/m-p/323577#M10578</link>
      <description>&lt;P&gt;When a user opens a folder, we want to be able to notify users about any subfolders/files that are in a certain state. There is currently a "Manage" sub-tab to do that, which has details about those documents.&lt;/P&gt;
&lt;P&gt;We would like to have, in the "Actions" part of the "Summary" tab, the ability to have a link to the "Manage" sub-tab, for user convenience, when some documents are in the state we want to flag, so that they do not have to go to the sub-tab to check.&lt;/P&gt;
&lt;P&gt;This does not seem to be easily feasible, any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 22:36:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/having-a-link-that-points-to-a-tab-or-a-subtab-of-the-current/m-p/323577#M10578</guid>
      <dc:creator>ycmorissette_</dc:creator>
      <dc:date>2012-07-10T22:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Having a link that points to a tab or a subtab of the current document.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/having-a-link-that-points-to-a-tab-or-a-subtab-of-the-current/m-p/323578#M10579</link>
      <description>&lt;P&gt;I'm not sure of what you talking about. Which state are you talking about ?&lt;/P&gt;
&lt;P&gt;Anyway you can create with Nuxeo Studio a User Action that you choose to display in your Summary Tab attached to the following automation chain:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Fetch Context Document&lt;/LI&gt;
&lt;LI&gt;User Interface &amp;gt; Change Tab and put TAB_MANAGE&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This will not exactly what you want. There is no sub_tab navigation. But you can write your own Operation with Nuxeo IDE inspired from the Change Tab implementation:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;@Param(name = "tab")
protected String tab;

@Param(name = "sub tab")
protected String subTab;

@OperationMethod
public void run() {
    OperationHelper.getWebActions().setCurrentTabId(tab);
    OperationHelper.getWebActions().setCurrentSubTabId(subTab);
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And you will just have to publish this action to Studio and set TAB_MANAGE, TAB_MANAGE_the_sub_tab_name&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2012 03:13:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/having-a-link-that-points-to-a-tab-or-a-subtab-of-the-current/m-p/323578#M10579</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-07-11T03:13:11Z</dc:date>
    </item>
  </channel>
</rss>

