import com.google.gwt.dom.client.Element;
...
String title = "some title"
ListBox listbox= new Listbox();
int index = 0;
...
Element.as(listbox.getElement().getChild(index)).setTitle(title)

i think that should do it

On Jan 11, 5:20 pm, rmuller <[email protected]> wrote:
> Using the standard GWT API this is not possible. Is there a hack
> available?
>
> Ronald
-- 
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.


Reply via email to