CkEditor automatically remove html

Answered
0
0

Hi,

if I do

CkEditor1.Text = “<link rel=””stylesheet”” href=””./css/ckeditor.css”” type=””text/css””><page size=””A4″”>TEST</page>”

the CkEditor automatically replace all the html with <p>TEST</p>

How I can do to set html that I want?

best

Cristian

  • You must to post comments
Best Answer
0
0

The CKEditor documentation is your friend. There is a word paste plugin and a content filter configuration. Wisej doesn’t change how third party widgets work.

https://ckeditor.com/docs/ckeditor4/latest/guide/dev_advanced_content_filter.html

https://ckeditor.com/docs/ckeditor4/latest/examples/pastefromword.html

  • You must to post comments
0
0

ok I half solve my case with Tiny…

unfortunately I would have needed a button to insert textfields … I’ll try to find a solution

  • You must to post comments
0
0

Luke is there a simple control like RichTextBox that I can paste from Word?

  • You must to post comments
0
0

You can’t. The CKEditor and the browser will change it. See CKEditor help for info on what can be controlled.

  • Cristian Zerbinati
    NUOOOOO! but if I copy paste in source, it works… there is really no way?
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.