Customized Tinymce Changes

Hello,

I have a customized version of TinyMCE that makes it able to write screenplays using the tab and enter keys. Right now, it strips tags from within the div tags presumably so it can calculate the cursor position in the text (this is speculation). What I need is for it to work so that I can add the tags associated with the bold, italics, underline, and link buttons. So, to summarize, it should work how it does now, just allow for <a> tags and the like. I have attached the files. You can view the editor in the examples folder and it is called screenplay.html.

The function that is removing the tags is getTextContent()

Leave a Reply

Your email address will not be published. Required fields are marked *