Heisenberg submitted a new resource:
You must be registered for see links
- This guide show you how to make a widget with tabs with more widgets insideFirst you need to configure the widgets you want in tabs without position (Write down the widgets keys)
Now create a widget html and in the template put something like this
Code:<div class="block"> <div class="block-container"> <h2 class="widget-tabs block-tabHeader tabs hScroller" data-xf-init="tabs h-scroller" data-state="replace" role="tablist"> <span class="hScroller-scroll"> <a href="url to the content" class="tabs-tab...
You must be registered for see links
