Posts by Edson Perotoni • 1 point
1 post
-
0
votes1
answer66
viewsA: Html Coverter for Text
You can remove the html tags from the Ckeditor document in this way: CKEDITOR.on( 'instanceReady', function( evt ) { var editor = evt.editor; editor.on('change', function (e) { var text =…