output of ext gwt label rootpanel,get.add?
- by msaif
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 <font>aaaaaaaaaaaa</font>????
which i mean the output will be
<div id="abc"><font aaaaaaaaaaaa></font></div> ??