AnanthaKN / jquery-in-place-editor

Automatically exported from code.google.com/p/jquery-in-place-editor
Other
0 stars 0 forks source link

removing formating #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to use in-place-editor with a WYSIWYG, at the moment it formats all html 
elements out, how can I stop this from happening?

Original issue reported on code.google.com by j...@enjoythespace.com on 30 Jul 2010 at 4:09

GoogleCodeExporter commented 8 years ago
Not sure if it is easy to use it with a wysiwyg editor. Can you elaborate what 
you mean by that?

Original comment by mhaec...@gmail.com on 27 Jan 2011 at 9:51

GoogleCodeExporter commented 8 years ago
If you simply write "<strong>Test</strong>" in your editInPlace-Field the text 
is stored corectly in the DB but displayed without the tags in the Editor again.

Original comment by Alexande...@gmail.com on 20 Feb 2011 at 8:42

GoogleCodeExporter commented 8 years ago
Just set "use_html" to "true" in config parameters.

Original comment by kushnir....@gmail.com on 8 Mar 2011 at 7:56

GoogleCodeExporter commented 8 years ago
I've been using in-place-editor with NicEdit with no issues. Like kushnir has 
mentioned, just set "use_html" to "true".

Original comment by bren...@new-media.com.au on 28 Apr 2011 at 4:50

GoogleCodeExporter commented 8 years ago
use_html: true work for me.

anybody have idea about the html editor

Original comment by nikesh.y...@gmail.com on 17 Jul 2011 at 7:49