Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Different webparts in different Tab Menu View modes: 
User avatar
Member
Member
pawan_rb-hotmail - 3/4/2010 3:03:44 PM
   
Different webparts in different Tab Menu
I am very new to Kentico. Not sure if it can be done or how to do it. So, if someone can guide me on how to do it, it would be wonderful. Basically, I need to display output from 2 different web parts, but they have to be in DHTML Tab menu. One tab will have "News" and another will have "Events". I was thinking about 'scrolling news' for News tab and 'event calendar' for Events. Is there anyway to do this?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 3/14/2010 1:39:30 PM
   
RE:Different webparts in different Tab Menu
Hello,

You could develop new web part where you could add tab control together with cms:CMSCalendar and cms:CMSRepeater controls and ensure required behavior by custom code. You can inspire by code in ~\CMSWebParts\Events\EventCalendar.ascx(.cs) and ~\CMSWebParts\Viewers\ScrollingText.ascx(.cs) files to ensure functionality of these web parts in your custom web part.

Best Regards,

Martin Dobsicek