[Solved] Menu generated dynamically and separators
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
[Solved] Menu generated dynamically and separators  XML
Forum Index -> Components
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Hi,

I use this explication of philip_b (Thanks to him):
http://www.icefaces.org/JForum/posts/list/2834.page

But I don't know how to add a separator dynamically...

Thanks for your help.

Regards,
Chris

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
philip.breau


Joined: 08/05/2006 00:00:00
Messages: 2701
Offline


Hi Chris,

Just try creating a new MenuItemSeparator instance:

...
MenuItemSeparator mis = new MenuItemSeparator();
..

then add it to your list between the menu items.

Thanks,
Philip

.
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Thanks a lot and again philip_b ! ;)

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> Components
Go to:   
Powered by JForum 2.1.7ice © JForum Team