A ListBox is an HTML <select>; An Item is an HTML <option>. You'll have to go a little "off road" for this, but I believe if you get the nth child of the <select> element and set its backgroundImage style attribute, you can achieve what you want. see com.google.gwt.user.client.DOM.
On Aug 25, 11:54 am, gwt-user <[EMAIL PROTECTED]> wrote: > Is it possible to add an item to ListBox that would be displayed as > image? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
