Page 1 of 1

Tab Groups

Posted: Fri 21. Nov 2014, 13:37
by cashmash
Hi,

I am grouping teaser in tabs.

Is it possible to wrap the tab-content-items into one div with a specific class?

Code: Select all

<div class="tab-container">
   <ul class="tab-navigation">
      <li><a>...</a></li>
      ...
   </ul>

   <div class="tab-content-item-1">...</div>
   <div class="tab-content-item-2">...</div>
   <div class="tab-content-item-3">...</div>

</div>
to

Code: Select all

<div class="tab-container">
   <ul class="tab-navigation">
      <li><a>...</a></li>
      ...
   </ul>
   <div class="tab-content">
      <div class="tab-content-item-1">...</div>
      <div class="tab-content-item-2">...</div>
      <div class="tab-content-item-3">...</div>
   </div>
</div>

Re: Tab Groups

Posted: Sun 23. Nov 2014, 10:34
by Oliver Georgi
No, this is not possible here and also not necessary. What should it help you with?

Re: Tab Groups

Posted: Mon 24. Nov 2014, 16:57
by nameless1
to use with bootstrap js