API Questions on Kentico API.
Version 6.x > API > Menu with Sub Item View modes: 
User avatar
Certified Developer 8
Certified Developer 8
Atul Patel - 10/4/2013 6:57:42 AM
   
Menu with Sub Item
Hi

I am using Kentico 6.0 and i want to make my menu with sub items using Menu control.

Can you please provide me a sample example for this kind of menu?

I want menu like

Product
.. Sub Prod 1
.. Sub Prod 2
.. Sub Prod 3
.. Sub Prod 4


Thanks,

Atul Patel

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 10/4/2013 7:38:54 AM
   
RE:Menu with Sub Item
If you're using the CMSListMenu webpart then you'd simply use CSS to style it. The webpart automatically generates all the html for you. Also if you check one of the properties it will automatically create all the class names for the styles as well. I find that much easier to work with than using nested (<ul><li><ul><li></li></ul></li></ul>) structure.