Re: Wrapping HTML into UIBinder

2015-01-20 Thread Mohammed Sameen
Thanks Rogelio... On Wednesday, January 14, 2015 at 7:30:03 PM UTC+5:30, Mohammed Sameen wrote: Hi Folks, I am using GWT 2.6 to develop my web application.Since i am getting the HTML prototype from UX/UI designer can i wrap the html directly into uibinder in GWT? - Is so,then how

Re: Wrapping HTML into UIBinder

2015-01-19 Thread Rogelio Flores
Yes, you can have your html inside an HTMLPanel. answering your other questions... - For event handling, look at the @UiHandler annotation for adding handlers, usually apply to GWT Widgets. You can also use gwtquery (JQuery clone, not wrapper) to add handlers to any html element (see this for

Re: Wrapping HTML into UIBinder

2015-01-16 Thread Mohammed Sameen
Any Suggestion on this? On Wednesday, January 14, 2015 at 7:30:03 PM UTC+5:30, Mohammed Sameen wrote: Hi Folks, I am using GWT 2.6 to develop my web application.Since i am getting the HTML prototype from UX/UI designer can i wrap the html directly into uibinder in GWT? - Is so,then

Re: Wrapping HTML into UIBinder

2015-01-16 Thread Mohammed Sameen
Any Suggestion this? On Wednesday, January 14, 2015 at 7:30:03 PM UTC+5:30, Mohammed Sameen wrote: Hi Folks, I am using GWT 2.6 to develop my web application.Since i am getting the HTML prototype from UX/UI designer can i wrap the html directly into uibinder in GWT? - Is so,then

Wrapping HTML into UIBinder

2015-01-14 Thread Mohammed Sameen
Hi Folks, I am using GWT 2.6 to develop my web application.Since i am getting the HTML prototype from UX/UI designer can i wrap the html directly into uibinder in GWT? - Is so,then how to write event handler or validation for the component? - Can i expect the same output (as looking in

Wrapping HTML into UIBinder

2015-01-14 Thread Mohammed Sameen
Hi Folks, I am using GWT 2.6 to develop my web application.Since i am getting the HTML prototype from designer can i wrap the html directly into uibinder in GWT?Is so,then how to write event handler or validation for the component?Please give me your valuable suggest?Thanks in advance? --