Hey guys,

Any reasonable ideas for overriding the constructor for
SuggestBox.SuggestMenuItem

Alternatively, I need to assign a specific id to the td menu item
element generated by the DOM so that it becomes more predictable.

For example SuggestBox.SuggestMenuItem extends MenuItem. The MenuItem
constructor has a statement

 DOM.setElementAttribute(getElement(), "id", DOM.createUniqueId());

where I want to replace the call to DOM.createUniqueId() with
something more meaningful.

What do?

Huggles

-- 
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-toolkit@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