Page 1 of 1

Question with Tabs

Posted: Fri May 31, 2019 6:58 pm
by harvillo
Is it possible for the initial state of tabs to be collapsed?

Re: Question with Tabs

Posted: Fri May 31, 2019 8:28 pm
by Pablo
I'm sorry, there is currently no option for this.

Re: Question with Tabs

Posted: Sat Jun 01, 2019 2:59 pm
by BaconFries
Pablo regarding this, I notice in the jQuery Tabs you can select collapsible but has no effect... now if I open the page source and add the following active: false to the jQuery then this allows the tabs initial state to be collapsed on page load till one of the tabs is selected. The issue with this is if you have content below the tabs on page load you will have a space between the tabs and content till one of the tabs is selected. Now not suggesting this should be added to the program but it might of use to those who like to add this themselves.

Re: Question with Tabs

Posted: Sat Jun 01, 2019 4:56 pm
by Pablo
Thanks Calum!
I will investigate if this can be added to a future version.

Re: Question with Tabs

Posted: Sun Jun 02, 2019 12:56 am
by BaconFries
Thanks for taking this under consideration.