I'm trying to use the GWT UiBinder XML to define menu bars but cannot
find an XML format for inserting menu item separators within a
vertical menu bar.  Is this possible?  There is no UiBinding section
in the javadocs for MenuItemSeparator and I can't find any mention of
this in the community.  Here's what I did try, but the GWT compiler
says only MenuItem is a valid child of MenuBar.

<g:MenuBar vertical="true">
  <g:MenuItem>First Menu Bar Item</g:MenuItem>
  <g:MenuItemSeparator></g:MenuItemSeparator>
  <g:MenuItem>Last Menu Bar Item</g:MenuItem>
</g:MenuBar>

I appreciate your response.
-Glenn

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

Reply via email to