tinymce get HTML code when postback

前端 未结 8 684
醉话见心
醉话见心 2020-12-18 06:26

I have the tinymce -control as a WYSIWYG-Editior in my asp.net page.

When I have e.g. a Text in Bold, after the Postback it is shown as

 \"

8条回答
  •  一生所求
    2020-12-18 07:23

    Change the init function and set encoding to an empty string.

    
    

    This is default setting, and worked in my case. See documentation on this page http://www.tinymce.com/wiki.php/Configuration3x:encoding

提交回复
热议问题