how can I change menu in skin artisteer-24verticalmenu3

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/28/2010 12:07:45 PM
Gravatar
Total Posts 55

how can I change menu in skin artisteer-24verticalmenu3

Hi,

I am new in mojoportal, I appreciate your work.

I want to change main menu to look like http://jquery.bassistance.de/treeview/demo/ here "sample 2".

is it possible to change it like this?

 

Thanks in advance 

7/30/2010 1:50:27 PM
Gravatar
Total Posts 55

Re: how can I change menu in skin artisteer-24verticalmenu3

could somebody show me the way from where to start to make menu like i mentioned? I don't know even

from where to start.

 

any help would be appreciated. 

7/30/2010 3:02:14 PM
Gravatar
Total Posts 2239

Re: how can I change menu in skin artisteer-24verticalmenu3

Hi,

mojoPortal already has a TreeView menu that you can use. Check out the PageMenu for the styleshout-coolwater skin.

HTH,
Joe D.

7/31/2010 2:06:15 AM
Gravatar
Total Posts 55

Re: how can I change menu in skin artisteer-24verticalmenu3

Thank you for your reply 

but this is not main menu, root menus are located at the top, anyway can I change style

of  styleshout-coolwater menu style to "http://jquery.bassistance.de/treeview/demo/ here "sample 2" " this one?

7/31/2010 12:01:31 PM
Gravatar
Total Posts 2239

Re: how can I change menu in skin artisteer-24verticalmenu3

The styles still apply regardless of what menu they are used with. To make your SiteMenu use the TreeView control, use the following SiteMenu control in your layout.master. You will have to remove the current SiteMenu Control for this work.

<portal:SiteMenu id="SiteMenu1" runat="server" UseTreeView="true" HideMenuOnSiteMap="false" TopLevelOnly="false" IncludeCornerRounders="false" />

You will also need to copy styletreeview.css from the styleshout-coolwater skin to your skin. Once you get the TreeView working, you will have to adjust the CSS to make it look like the jQuery menu you are referencing.

HTH,
Joe D.

7/31/2010 3:26:12 PM
Gravatar
Total Posts 55

Re: how can I change menu in skin artisteer-24verticalmenu3

Thank you I will try this

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