Tabbed view of pages?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/25/2009 9:16:01 AM
Gravatar
Total Posts 4

Tabbed view of pages?

Hi Joe,

I am trying to use the same skin as you have used on mojoportal.com.

I want to know that how should i get the tabbed view like you have for 'forums','mojo sites' etc under 'community'. I don't see any such option while creating pages.

I am able to create the pages under root and they are shown as tabs like we have on this page. But the pages under a specific page for e.g. 'community' are not shown as tabs. Instead they are shown as links on left hand side of page. I want to have them as tabs. 

Kindly guide.

Thanks,

Anil

 

6/25/2009 11:00:59 AM
Gravatar
Total Posts 550

Re: Tabbed view of pages?

Hi Anil

You can add a portal:PageMenu tag into the <div id="wrapcenter">.

<div class="submenuwrapper">
<portal:PageMenu ID="PageMenu1" runat="server" UseTreeView="false" Direction="Horizontal"
UseSpanInLinks="true" DynamicDisplayLevels="0" />
</div>

I hope helps you.

Asad

You must sign in to post in the forums. This thread is closed to new posts.