<?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: Is there a way to disable the drawer panel from opening when clicking on a left menu item? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318617#M5618</link>
    <description>&lt;P&gt;[Jackie A](https&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2019 13:41:13 GMT</pubDate>
    <dc:creator>Anton_Petrov</dc:creator>
    <dc:date>2019-12-20T13:41:13Z</dc:date>
    <item>
      <title>Is there a way to disable the drawer panel from opening when clicking on a left menu item?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318615#M5616</link>
      <description>&lt;P&gt;Is there a way to disable the drawer panel from opening when clicking on a left menu item?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 23:13:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318615#M5616</guid>
      <dc:creator>Jackie_A</dc:creator>
      <dc:date>2019-12-02T23:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to disable the drawer panel from opening when clicking on a left menu item?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318616#M5617</link>
      <description>&lt;P&gt;I sort of figured out how to do this by manually creating the menu button and appending it to outside of the "drawer"&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;var menuIcon = document.createElement("help-menu-icon");
        menuIcon.setAttribute("icon", "icons:help");
        menuIcon.setAttribute("label", "Help");
        menuIcon.setAttribute("link", "myurl.com");

        var link = document.createElement("a");
        link.setAttribute("href", "https://myurl.com");
        link.setAttribute("target", "_blank");

        menuIcon.appendChild(link);

        var icon = document.createElement("paper-icon-button");
        icon.setAttribute("id","button");
        icon.setAttribute("name","help");
        icon.setAttribute("tabindex", "0");
        icon.setAttribute("aria-disabled", "false")

        link.appendChild(icon);

        var toolTip = document.createElement("nuxeo-tooltip");
        toolTip.setAttribute("for","button");
        toolTip.setAttribute("position","right");
        toolTip.setAttribute("offset","0");
        toolTip.setAttribute("animation-delay","0");
        toolTip.setAttribute("label","Help");

        link.appendChild(toolTip);


        const app = document.querySelector('nuxeo-app');
        app.$.logo.appendChild(menuIcon);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Dec 2019 16:15:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318616#M5617</guid>
      <dc:creator>Jackie_A</dc:creator>
      <dc:date>2019-12-03T16:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to disable the drawer panel from opening when clicking on a left menu item?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318617#M5618</link>
      <description>&lt;P&gt;[Jackie A](https&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 13:41:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318617#M5618</guid>
      <dc:creator>Anton_Petrov</dc:creator>
      <dc:date>2019-12-20T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to disable the drawer panel from opening when clicking on a left menu item?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318618#M5619</link>
      <description>&lt;P&gt;I created a custom element and contributed it to the bundle, and this javascript was just read in an observer function - this is a big hack&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 16:26:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318618#M5619</guid>
      <dc:creator>Jackie_A</dc:creator>
      <dc:date>2019-12-20T16:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to disable the drawer panel from opening when clicking on a left menu item?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318619#M5620</link>
      <description>&lt;P&gt;Thanks, [Jackie A](https&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2019 15:38:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-there-a-way-to-disable-the-drawer-panel-from-opening-when/m-p/318619#M5620</guid>
      <dc:creator>Anton_Petrov</dc:creator>
      <dc:date>2019-12-21T15:38:58Z</dc:date>
    </item>
  </channel>
</rss>

