Page 1 of 1

Panel Layer Menu.

Posted: Sat Dec 23, 2023 12:59 am
by Account-Ability
If I use A Panel Layer. Is the Panel Menu the only way to display the Panel Layer. Also is there a way for the Panel Layer to be visible by default instead of hidden by default? Thanks in advance for the help.

Re: Panel Layer Menu.

Posted: Sat Dec 23, 2023 2:00 am
by crispy68
The Panel Layer and Panel Menu are 2 different objects. The panel menu already provides you with a menu button to click and open/close the menu.

As for the panel layer, if you search the Help it says this:
Panel Layer
A panel layer is initially invisible, but can slide from the right or left side of the page by using events (show/hide). It's also possible to trigger the panel via the "Panel Menu'.
If you want to create your own button then you will need to use "events" to show/hide the panel menu.

If you want it to start open first, then you add an event to the panel layer - ondocumentready and set it to show the panel menu. This will show it open to begin with.

Re: Panel Layer Menu.

Posted: Sat Dec 23, 2023 2:22 am
by Account-Ability
OK Thanks, I will give it a try. Also, I really like the Panel Slide Menu Option. I tried to get it to display and hide the Panel Layer but no luck so far.

Re: Panel Layer Menu.

Posted: Sat Dec 23, 2023 6:13 am
by Account-Ability
Thanks so much for your help. I really appreciate it. Everything worked out perfectly.