ext gwt label rootpanel
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-04-13T08:42:18Z
Indexed on
2010/04/13
9:52 UTC
Read the original article
Hit count: 564
i have div id="abc"/div I executed RootPanel.get("abc").add(new Label("aaaaaaaaaaaaa")); from GWT.
then acutually GWT generates what kind of html tag?? is it like fontaaaaaaaaaaaa/font????
which i mean the output will be div id="abc" font aaaaaaaaaaaa/font/div ??
© Stack Overflow or respective owner