ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
		- Joined
 - Nov 13, 2018
 
- Messages
 - 29,581
 
- Points
 - 823
 
Reputation:
LQD submitted a new resource:
How to make a tabbed widget - This guide show you how to make a widget with tabs with more widgets inside
Read more about this resource...
	
		
			
		
		
	
			
			How to make a tabbed widget - This guide show you how to make a widget with tabs with more widgets inside
First 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...
Read more about this resource...