sitemap page style

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.
1/21/2010 4:21:05 AM
Gravatar
Total Posts 98

sitemap page style

Hello Joe,

  I don't undestand very well how you build the SiteMap page.

  I need to change the style for nodes ...

  I find in stylelayout.css file the .sitemap class but i need to make bold some of my nodes and I didn't find anyware what should i change

 

 Could help me anyone?

  Thanks, Valik

1/21/2010 9:07:54 AM
Gravatar
Total Posts 190

Re: sitemap page style

I don't believe there would be any way to arbitrarily bold certain nodes unless you were to include a script (like jquery) that you could use to get the specific DOM elements that you want to modify and add a class to them that you could specify as bold in your stylesheet. That's one possibility. Of course, if you modify the site map page, you would need to go back and replace that script tag each time you update your code from SVN. Otherwise you could copy and rename the sitemap page, customize it, and just use your custom page. If you just made your own custom page, you could then modify the code-behind and use databinding methods to find and bold the nodes you want. That might even be easier.

John

1/21/2010 10:25:20 AM
Gravatar
Total Posts 98

Re: sitemap page style

Thank John for answer

 

But i think that it is a way to change the code (i will note my changes for upgrade and will be ok)

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