SKY
SKY

Reputation: 13

How to use GWT's editor framework?

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

Answers (2)

N00b Pr0grammer
N00b Pr0grammer

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!

Upvotes: 0

Tobika
Tobika

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

Related Questions