posted 14 years ago
Hi guys,
Just wondering about GWT possibilities.
The problem is like this: I want to load html and css templates dynamically instead of having static html page.
What is the best way to do it?
I know that it is possible to load html to Rootpanel id but is it possible to load entire html page dynamically?
And after loading html I'll still need to add some buttons GWT classes.(sometimes GWT is ugly about doing this after loading plain html).
Thank you.