I made EXB multipage app with header and menu of the various tabs at the top,
and I need that when the app loads, it will not display the header (hide it? or just not display it?).
I attach screenshot of current left-top corner of my app
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.
- I assume this should be controlled in "componentDidMount" somewhere.
- I assume that client\dist\widgets\common\menu is the relevant widget
that I need to copy into my custom widgets folder and change it accordingly.