Image i = new Image(...);
i.getElement().setAttribute("alt", "Your alternate text");
String yourAlternateText = i.getElement().getAttribute("alt");2010/3/6 PKolenic <[email protected]> > I found it a bit of a hassle also not having those methods. However I > do much of my work with UiBinding, > so I just used an <img> tag and on the code side an ImageElement and > was able to set the alt text. > > On Mar 5, 1:54 pm, Thad <[email protected]> wrote: > > These methods were announced with v.2.0.1 (http://groups.google.com/ > > group/google-web-toolkit/browse_thread/thread/e292666b63d182b3/ > > e0c63a5767b81b3c). > > However as of 2.0.3, they are still not there. > > > > I see they are in the trunk, but I'd rather deal with a formal > > release. When can I expect to see them? 2.0.4? 2.1? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
