michaelyah / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

Add HasHTML interface to implements lists in CKEditor #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to retrieve generated HTML with HasHTML interface.

Now is:
public class CKEditor extends Composite implements
HasSaveHandlers<CKEditor>, ClickHandler, HasAlignment {

Should be:
public class CKEditor extends Composite implements
HasSaveHandlers<CKEditor>, ClickHandler, HasAlignment, HasHTML {

Original issue reported on code.google.com by kpode...@gmail.com on 19 May 2010 at 12:59

GoogleCodeExporter commented 8 years ago
Thank you, fixed on SVN

Original comment by picard.d...@gmail.com on 22 Jun 2010 at 6:30