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.
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!
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
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!
Ours is configured like this:
<portal:PageMenu id="PageMenu1" runat="server"UseTreeView="true" HideMenuOnSiteMap="false"Direction="Vertical" StartingNodeOffset="2"/>
Hope that helps,
Joe
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!