I want CKEDITOR to read a textarea and if it sees ,
<!-- pabebreak --> show it is as an image in the div [Which would be a page break image ] .
I can add a css to the editor.css but I need CKEDITOR to replace
<!-- pabebreak --> comment to a <span class="pagebreak">
The main reason I want this hack is that we have create so many documents with some other editor that uses
this code for pagebreaks , hence I need a backward compatibility .
I believe this has something to do with HTML dataprocessor that replaces the textarea to a CKEDITOR div.
Can anyone please assist ?
<!-- pabebreak --> show it is as an image in the div [Which would be a page break image ] .
I can add a css to the editor.css but I need CKEDITOR to replace
<!-- pabebreak --> comment to a <span class="pagebreak">
The main reason I want this hack is that we have create so many documents with some other editor that uses
this code for pagebreaks , hence I need a backward compatibility .
I believe this has something to do with HTML dataprocessor that replaces the textarea to a CKEDITOR div.
Can anyone please assist ?