skmMenu Sub Menu Items Class

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/8/2005 9:52:41 AM
Gravatar
Total Posts 2

skmMenu Sub Menu Items Class

Checking out  http://www.skmmenu.com/menu/Examples/SubmenuStyle.aspx  it says you can add this:
SubMenuCssClass="subMenu"

to the portal:SiteMenu control and then put .subMenu in the CSS file.
It doesn't seem to work with mojoPortal.

Probably something has been hardcoded...?
4/8/2005 1:35:03 PM
Gravatar
Total Posts 18439

Re: skmMenu Sub Menu Items Class

In mojoPortal the SiteMenu control is what you have access to in the skin and is a wrapper around skmmenu that handles populating it from the db, you can't work directly with skmmenu without getting into the source code for mojoPortal, specifically in the SiteMenu control.

Currently SiteMenu exposes only some of the features of skmmenu but  does not expose all of them, I still have more work to do to expose  the rest of them.  I will try to get to this sometime soon since you have asked about it  and reminded me that I need to do this. Its not that anything is hard coded, its just that not all the features of skmmenu are exposed on SiteMenu.

Thanks for getting this on my radar.
4/8/2005 3:34:48 PM
Gravatar
Total Posts 18439

Re: skmMenu Sub Menu Items Class

This is now fixed in the code and checked in to svn. I will try to make a new release this sunday evening. The only files that will need to be updated since version 20050403 will be the dll files in the bin folder.


4/10/2005 2:55:06 AM
Gravatar
Total Posts 18439

Re: skmMenu Sub Menu Items Class

This is now fixed and released
You must sign in to post in the forums. This thread is closed to new posts.