Skip to main content



      Home
Home » Archived » EGL Development Tools » DojoMenu-submenu(how to create DojoMenu SubMenu items)
DojoMenu-submenu [message #918061] Thu, 20 September 2012 13:52 Go to next message
Eclipse UserFriend
Hi,

I would like to add a sub menu to a DojoMenu. Does anyone have a example of this?

Thanks

Bob

This is the current definition of my menu. I would like to add two sub items to Menu Item 2.

Menu DojoMenu{layoutData = new GridLayoutData{row = 1, column = 3}, text = "Menu", 
    			children =[
                    new DojoMenuItem{text = "Menu Item 1"},                     
                    new DojoMenuItem{text = "Menu Item 2"},
                    new DojoMenuItem{text = "seperator"},
                    new DojoMenuItem{text = "Menu Item 3"}
                                ]
                };

[Updated on: Thu, 20 September 2012 13:56] by Moderator

Re: DojoMenu-submenu [message #918069 is a reply to message #918061] Thu, 20 September 2012 14:03 Go to previous messageGo to next message
Eclipse UserFriend
Bob,

Check out the DojoMenuSample - eclipse.org/downloads/download.php?file=/edt/samples/0.8.1/org.eclipse.edt.rui.dojo.samples_0.8.1.zip

(Search www.eclipse.org/edt/#doc for instructions on setting up the sample).

-Brian
Re: DojoMenu-submenu [message #918090 is a reply to message #918069] Thu, 20 September 2012 14:29 Go to previous message
Eclipse UserFriend
Thank you Brian. That helped me get it working.

Bob

Previous Topic:"Cannot create PoolableConnectionFactory" error in "RUI with Database" tutorial
Next Topic:jar file placement
Goto Forum:
  


Current Time: Tue May 13 03:06:48 EDT 2025

Powered by FUDForum. Page generated in 0.03195 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top