Hi,

 I'm trying to deploy a Vertical Menu Bar using Menu Bar Widget
provided by GWT using code as follows:

                    MenuBar fooMenu = new MenuBar(true);
                    fooMenu.addItem("the", cmd);


                    MenuBar barMenu = new MenuBar(true);
                    barMenu.addItem("the", cmd);

                    MenuBar bazMenu = new MenuBar(true);
                    bazMenu.addItem("the", cmd);

                    // Make a new menu bar, adding a few cascading menus to it.
                    MenuBar menu = new MenuBar(true);
                    menu.addItem("foo", fooMenu);
                    menu.addItem("bar", barMenu);
                    menu.addItem("baz", bazMenu);

 I have seen that if main root menu (menu) its positioned vertically I
don't see any submenus I try to open it. Does it the correct
behaviour? It's possible to create vertical menu bars using GWT?

Thanks

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to