Reputation: 13
I'm trying to learn how to use Google's Web Toolkit (GWT) editor framework. I haven't been able to understand how I can use it through the documentation. The examples I've found online were not helpful for me to begin with. I would like to ask if someone can provide a simple working example.
Upvotes: 1
Views: 518
Reputation: 4647
You can also look at the following sites for further reference, good examples to get your hands dirty with! Might not be a full blown examples, but definitely a good read to understand the concepts!
http://cancerberonia.blogspot.in/2011/12/gwt-editor-framework-100-java-example.html
https://github.com/marcojakob/doxblox-server/wiki/GWT-Editor-Framework
Upvotes: 0
Reputation: 1062
The book GWT in Action, second edition has a chapter about the EditorFramework
.
The sample code is free to download: GWTInActionSamples
You should find working examples in chapter 9.
Upvotes: 2