I'm trying to set set an HTMLElement.style.width property to an arbitrary 
value but don't know how the API is used. One mechanism I've seen is to use 
HTMLElement.setAttribute("style", String), but I'd only like to affect the 
width property. I'm afraid that if I pass a width string (say, "width: 
20px") to setAttribute, it would reset/unset all the other style properties.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to