How do I keep Accordion all closed when I open the page and also how do I keep one area open when opening another?
When using Layout mode Bootstrap, the Active panel false option is not applied.
When using jQuery UI the option is added, but it doesn't work due to the lack of quotes, which is not being added to the compiled code (active: false ~ active: 'false').
keep Accordion all closed when opening the page
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: keep Accordion all closed when opening the page
Bootstrap Accordion does not support 'false'
However, it works for jQuery UI. There should not be quotes.
Make sure the option 'collapsible' must be enabled.
See also:
https://api.jqueryui.com/accordion/#option-active
However, it works for jQuery UI. There should not be quotes.
Make sure the option 'collapsible' must be enabled.
See also:
https://api.jqueryui.com/accordion/#option-active
Re: keep Accordion all closed when opening the page
There are really no quotes, I got confused.
It worked, but I couldn't keep one open while I open the next.
Thanks for the support.
It worked, but I couldn't keep one open while I open the next.
Thanks for the support.