You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
I'm using GWT 2.4. Is it possible to know what HTML will be rendered
for a given widget (http://www.ing.iac.es/gwt-linux-1.4.60/doc/javadoc/ com/google/gwt/user/client/ui/Widget.html) object? Thanks, - Dave
Danny Kirchmeier
unread,
Nov 3, 2011, 12:34:48 PM11/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Maybe you'll want to be using the GWT 2.4 docs instead of the GWT 1.4 docs you seem to have.
Anyway, from the Widget you can call widget.getElement() and from that element you can call element.getString(), which will get you the full html, including it's own tag.