ext gwt label rootpanel
- 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 fontaaaaaaaaaaaa/font????
which i mean the output will be
div id="abc" font aaaaaaaaaaaa/font/div ??