thx for your reply, I was try code in clickclick project. FlexiMenu can create menu base programatically, but I have problem when I use HORIZONTAL oriented.
this is display my menu with HORIZONTAL oriented : http://www.geocities.com/abionale/images/menu_layout.JPG it should be display horizontal, menu was created by MenuBuilder.java on clickclick project. any wrong in my code?? On Mon, Jul 6, 2009 at 11:43 AM, sabob (via Nabble) < [email protected] <ml-user%[email protected]>>wrote: > Hi Dian, > > dian wrote: > > > > I create sub menu control-1 in sub menu control , but when I run my web > menu > > still only view sub menu control, sub menu control-1 can't display > > > > how to display that sub menu? > > > Click's Menu control is a two-level menu. So there is a root menu and its > children. If you want to > nest it further to a three or four level menu you need to adapt the > Velocity macro.vm and menu.css. > > Alternatively you can use the Menu[1][2] from ClickClick (see the first > screenshot[3]) which > supports up to four nested levels. It also supports rendering both vertical > and horizontal menus. > Note that this menu does not work with menu.xml, you need to define the > menu's programmatically. See > this example[4]. > > Hope this helps. > > kind regards > > bob > > [1]: > http://code.google.com/p/clickclick/source/browse/trunk/clickclick/core/src/net/sf/clickclick/control/menu > [2]: > http://code.google.com/p/clickclick/source/browse/trunk/clickclick/core/src/META-INF/web/clickclick/core/menu > [3]:http://code.google.com/p/clickclick/ > [4]: > http://code.google.com/p/clickclick/source/browse/trunk/clickclick/core-examples/src/net/sf/clickclick/examples/nav/MenuBuilder.java > > > ------------------------------ > View message @ http://n2.nabble.com/Sub-menu-tp3207667p3209972.html > To unsubscribe from Sub menu, click here< (link removed) =>. > > > -- View this message in context: http://n2.nabble.com/Sub-menu-tp3207667p3217759.html Sent from the click-user mailing list archive at Nabble.com.
