Tab Module
Last Post 05/26/2011 2:14 PM by digmike. 3 Replies.
Author Messages
rakesh
Nuke Ace
Nuke Ace
Posts:52


--
04/18/2011 3:36 AM  
I need a TAB Module for my new portal, which is product oriented and i want to display the product features, specification, description..etc in one page.
Please advice from where can i get a free and good Tab Module.
Pingle2009
Nuke Master
Nuke Master
Posts:186


--
04/18/2011 5:28 AM  
Hi Rakesh, I've been looking for one as well, haven't found a free one yet but thinking about either TabsPro by Avatar Software or Content Tabs by DNN Spot or TabZone by Silversoft. Search for 'tabs' on snowcovered.com.
Joseph Craig
DNN MVP
Posts:11667


--
04/18/2011 6:33 AM  
Most of the "tabs" modules that I've come across allow to to arranges multible modules on a page in a tabbed structure. I have used Aggregator from DNN Stuff and think it is a nice module.

But, I think that you more need something to display tabs WITHIN a module. For that case you may need to create something yourself, and I would suggest that an approach based on jQuery might be best for that. So, you might want to take a look at http://blog.theaccidentalgeek.com/p...Nuke.aspx, a blog entry from Joe Brinkman. Basically, Joe shows how to render a list as a set of tabs using jQuery.

Assuming your products model, I'm assuming that your module provides content for a module and that you could output the various elements -- features, specifications, description, etc. -- as list items and that some qQuery could then render that content as modules.

What are you going to be using to hold your products information and display it?

Joe Craig, Patapsco Research Group
Complete DNN Support
digmike
Nuke Newbie
Nuke Newbie
Posts:2


--
05/26/2011 2:14 PM  


---