Style on TreeMenu in Sitemap.aspx

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
12/5/2010 4:39:30 AM
Gravatar
Total Posts 57

Style on TreeMenu in Sitemap.aspx - Question about Routing

Hello
Is there any way to stylize the treemenu inside sitemap.aspx?
I have played with it for couple of hours and I can't figure out where it is overridden.I replaced portal:mojoSiteMapTreeView with normal asp:treeview and it worked.I need to add grid and use default formats available in visual studio.

Also, Does Mojo support routing so that we can take benefit from extensionless urls?

Thanks

12/6/2010 11:08:02 AM
Gravatar
Total Posts 18439

Re: Style on TreeMenu in Sitemap.aspx

The site map treeview can be styled by css like anything else. We use the CSSControl Adapters to make it render as a more semantically correct set of ul li elements instead of the nasty nested tables that the normal asp.net treeview uses.

I don't recommend changing mojoPortal code or you will have problems upgrading without losing your changes.

You can use extensionless urls, it does not depend on routing.

http://www.mojoportal.com/extensionless-urls.aspx

Hope it helps,

Joe

12/12/2010 7:10:52 AM
Gravatar
Total Posts 57

Re: Style on TreeMenu in Sitemap.aspx

Ok.got it.Thank you

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