Hi, all
I'm a new developer for GWT. Now I'm working on template with Freemarker. I
prefer to use template with GWT widget. I found UiBinder feature in GWT that
I think it possible for my purpose like this:
<html>
<head><head>
<body>
<div>
<ui:UiBinder>
<gwt:VerticalPanel spacing="5" debugId="cwVerticalPanel">
<gwt:Button text="Button 1" />
<gwt:Button text="Button 2" />
<gwt:Button text="Button 3" />
<gwt:Button text="Button 4" />
<gwt:Button text="Button 5" />
<gwt:Button text="Button 6" />
<gwt:Button text="Button 7" />
<gwt:Button text="Button 8" />
<gwt:Button text="Button 9" />
</gwt:VerticalPanel>
</ui:UiBinder>
</div>
<body>
</html>
I need to embed GWT widget in exist HTML and the widget also bind to Java
code.
My project is http://code.google.com/p/ofbiz-gwt/.
Can any one help me?
Thank you
Regards
Chatree Srichart
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.