i´ve build an gwt suggestbox and anything is working fine. 
I want to add a second result value to the displayString(). 

I saw in the sourcecode that the popuppanel contain a html table with

    <td class="item item-selected" id="gwt-uid-23" role="menuitem" 
colspan="2" style="white-space: nowrap;">Thomas</td>


i want that the row is display like 


    <td class="item item-selected" id="gwt-uid-23" role="menuitem" 
colspan="2" style="white-space: nowrap;">Thomad <line break> 
University</td> 

in the same row. 

Is there any way to remove the "white-space: nowrap" or add a new style?? 

Best Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to