Template embedding in the GWT

2011-08-02 Thread Sanjay Jain India
Hello All I have template with its css and html.Now I want to get all the look and features (compatibility) of that template in my gwt application. I am not getting the right way to do that. One way which I thought is that for control there will be a .html file , which will be added to the gwt

Re: Template embedding in the GWT

2011-08-02 Thread Subhrajyoti Moitra
copy-paste all the html in some uiBinder ui.xml file. Change the relevant parts incrementally by replacing the html tags with its GWT widget counter part. HTH. Cheers, Subhro. On Tue, Aug 2, 2011 at 1:20 PM, Sanjay Jain India snj...@gmail.com wrote: Hello All I have template with its css and

Re: Template embedding in the GWT

2011-08-02 Thread opn
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideHostPage look here to see another way of achieving this! As you can see, you are able to build a static frame around your gwt app this way, define a slot and add your dynamic gwt stuff there. hope it helps!

[gwt-contrib] Template embedding in the GWT

2011-08-02 Thread Sanjay Jain
Hello All I have template with its css and html.Now I want to get all the look and features (compatibility) of that template in my gwt application. I am not getting the right way to do that. One way which I thought is that for control there will be a .html file , which will be added to the gwt