javascript - Is there a way to persist changes to CKEDITOR using a button outside the editor? -


i have button in page , when click button call:

editor.insertelement(link); 

when inserts html correctly in editor, when changes (ex: click show source-code button) html code inserted lost. there command persist code ckeditor?

found answer. had set config allowedcontent allow links.


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -