Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > CMSListMenu control override CssClass property View modes: 
User avatar
Member
Member
random0xff - 5/13/2009 4:03:24 PM
   
CMSListMenu control override CssClass property
When you use the CMSListMenu control in an ASPX page template like this:

<cms:CMSListMenu runat="server" CssClass="test"/>

the rendered HTML looks like this:

<ul id="ctl03" class="CMSListMenuUL">

Would be nice if the HTML would be like this:

<ul id="ctl03" class="test CMSListMenuUL">

Then it still has my class.

Thank you for considering!

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 5/23/2009 4:54:12 AM
   
RE:CMSListMenu control override CssClass property
Hello,

You can specify custom prefix for menu control/web part. Please see 'Using the CSSPrefix property for design of sub-menus' section of controls documentation for more details.

Best Regards,

Martin Dobsicek