javierdotnet / gwt-ckeditor

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

Add HasText interface to CKEditor #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CKEditor already implements the methods setText and getText, please add the 
interface HasText.

Original issue reported on code.google.com by nix...@gmail.com on 22 Jun 2010 at 3:13

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
I just noticed setText/getText are Deprecated. It would be nice if these 
methods are supported (with the HasText interface) so that we can use the 
CKEditor as a drop in replacement for other HasText implementors 
(TextArea/TextBox/etc....).  

Also the HasText interface would make it very easy to integrate with SpringRoo 
:D

Original comment by nix...@gmail.com on 22 Jun 2010 at 2:44

GoogleCodeExporter commented 9 years ago
Thank you to raise this problem.

I've had two interfaces : HasHTML and HasText on SVN

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