michaelyah / gwt-ckeditor

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

Use setHtml and getHtml instead of setText and getText #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's more logical to use setHtml and getHtml to set HTML to the ckeditor 
instead of setText and getText

Original issue reported on code.google.com by patou.de...@gmail.com on 12 Mar 2010 at 11:25

GoogleCodeExporter commented 8 years ago

Original comment by picard.d...@gmail.com on 13 Mar 2010 at 6:07

GoogleCodeExporter commented 8 years ago
Done and commited to svn trunk.

setText(String text), getText(), getNativeText() and setNativeText(String text) 
are now 
deprecated in profit of setHTML(String html), getHTML, getNativeHTML() and 
setNativeHTML(String html).

Thank you for your suggestions.

Original comment by emmanuel...@gmail.com on 18 Mar 2010 at 12:35