Thursday, July 4, 2013

Allowed Element property value's?

While debugging, I have a dom Element that looks like (Element.toString()):
<span id="_TxMrk_19" key="amt"></span>

When reading the property value I get the following:
element.getPropertyString("id")  ->  "_TxMrk_19"
element.getPropertyString("key")  -> null

Why does reading the "key" property value returns in null? (I would expect "amt")...
(using gwt. 2.5.1 in dev mode against FF, with plugin).
- Ed

--
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+unsubscribe@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.
 
 

No comments:

Post a Comment