<?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 hide/unhide multipage app header line (at screen top) in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-unhide-multipage-app-header-line-at/m-p/1391080#M239</link>
    <description>&lt;P&gt;I made EXB multipage app with header and menu of the various tabs at the top,&lt;BR /&gt;and I need that when the app loads, it will not display the header (hide it? or just not display it?).&lt;BR /&gt;I attach screenshot of current left-top corner of my app&lt;/P&gt;&lt;P&gt;In chrome debugger I saw that if I set "display:none" for class "header", it will hide it, but I need to do it from within the web app.&lt;/P&gt;&lt;P&gt;- I assume this should be controlled in "componentDidMount" somewhere.&lt;BR /&gt;- I assume that&amp;nbsp;client\dist\widgets\common\menu is the relevant widget&lt;BR /&gt;&amp;nbsp; that I need to copy into my custom widgets folder and change it accordingly.&lt;/P&gt;&lt;P&gt;- I saw that inside this widget there is a component&amp;nbsp;drawer-menu.tsx&lt;BR /&gt;&amp;nbsp; which has inside it&amp;nbsp;className='header' which is actually the element I want to "hide".&lt;/P&gt;&lt;P&gt;I need help:&lt;BR /&gt;1. how to automatically not display the header when the app loads.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; (Later I'll need a code in another widget to control if the header is displayed or not. )&lt;BR /&gt;2. Could the virtual dom be searched to change display attribute of some class, or is this not the way to do it?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 14:15:23 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2024-03-05T14:15:23Z</dc:date>
    <item>
      <title>how to hide/unhide multipage app header line (at screen top)</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-unhide-multipage-app-header-line-at/m-p/1391080#M239</link>
      <description>&lt;P&gt;I made EXB multipage app with header and menu of the various tabs at the top,&lt;BR /&gt;and I need that when the app loads, it will not display the header (hide it? or just not display it?).&lt;BR /&gt;I attach screenshot of current left-top corner of my app&lt;/P&gt;&lt;P&gt;In chrome debugger I saw that if I set "display:none" for class "header", it will hide it, but I need to do it from within the web app.&lt;/P&gt;&lt;P&gt;- I assume this should be controlled in "componentDidMount" somewhere.&lt;BR /&gt;- I assume that&amp;nbsp;client\dist\widgets\common\menu is the relevant widget&lt;BR /&gt;&amp;nbsp; that I need to copy into my custom widgets folder and change it accordingly.&lt;/P&gt;&lt;P&gt;- I saw that inside this widget there is a component&amp;nbsp;drawer-menu.tsx&lt;BR /&gt;&amp;nbsp; which has inside it&amp;nbsp;className='header' which is actually the element I want to "hide".&lt;/P&gt;&lt;P&gt;I need help:&lt;BR /&gt;1. how to automatically not display the header when the app loads.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; (Later I'll need a code in another widget to control if the header is displayed or not. )&lt;BR /&gt;2. Could the virtual dom be searched to change display attribute of some class, or is this not the way to do it?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 14:15:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-unhide-multipage-app-header-line-at/m-p/1391080#M239</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-03-05T14:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide/unhide multipage app header line (at screen top)</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-unhide-multipage-app-header-line-at/m-p/1394113#M248</link>
      <description>&lt;P&gt;I know that in EXB develipmaent, for any page I can set its header attribute to "off", but I want to know how do I set it to "off" or "on" by code&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-unhide-multipage-app-header-line-at/m-p/1394113#M248</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-03-11T14:59:18Z</dc:date>
    </item>
  </channel>
</rss>

