how to set a page as mojoportal' Documentation

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
12/15/2011 2:24:43 PM
Gravatar
Total Posts 46

how to set a page as mojoportal' Documentation

hi, joe

I want  add pages as this site's Documentation pages too,

e.g 

I want add pages as below page

http://www.mojoportal.com/installation-quick-start.aspx

above page left has a nav tree, what's this feature?

thanks!

12/15/2011 3:34:47 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: how to set a page as mojoportal' Documentation

That's the regular vertical menu, styled as a treeview. Some of the non-Artisteer delivered mojoPortal skins have vertical menus like that. For an example try dcarter-businessone.

Jamie

12/16/2011 12:31:30 AM
Gravatar
Total Posts 46

Re: how to set a page as mojoportal' Documentation

Hi, thanks Jamie.

But if I add a 

<portal:PageMenu id="PageMenu1" runat="server" UseTreeView="true" TreeViewShowExpandCollapse="true" />
<a id="startcontent"></a>

to layout.Master, then all page will have this menu, 

I only want my Doc page and its child pages has this menu, other pages didn't have this menu, how can I do?

Thanks!

12/16/2011 7:27:32 AM
Gravatar
Total Posts 18439

Re: how to set a page as mojoportal' Documentation

Ours is configured like this:

<portal:PageMenu id="PageMenu1" runat="server"
UseTreeView="true" HideMenuOnSiteMap="false"
Direction="Vertical" StartingNodeOffset="2"/>

Hope that helps,

Joe

12/16/2011 1:26:34 PM
Gravatar
Total Posts 46

Re: how to set a page as mojoportal' Documentation

Thank  joe!

I know how to do now.

But this is a little danger if other  page's level biger then 2 but don't want show the tree menu.

Since this feature is so similar as the Child Page Site Map feature.

and Child Page Site Map feature is beautiful more than the pagemenu.

So If do this same as Child Page Site Map feature then it will perfect.

Thanks very much!

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