FYI: The GWT menus don't seem to work on Android phones (and possibly
others). Probably better to go with standard CSS menus like these
ones: http://www.lwis.net/free-css-drop-down-menu/
On Jul 21, 10:14 am, Craigo wrote:
> Hi all,
>
> Only MenuItems are allowed in the MenuBar, so it is not p
Hi all,
Only MenuItems are allowed in the MenuBar, so it is not possible to do
this:
First Menu Bar Item
Last Menu Bar Item
However, a cheeky workaround is to make a MenuItem look like a
MenuItemSeparator, like this:
So your code will be this:
First Menu Bar Item
Last Menu Bar