Is there an easy way to get unformatted HTML content from the editor? I am saving to a database don't want any tabs or spaces in there. I am looking for a way to do this without using a content filter and was wondering if there is some property that can facilitate this.
I understand the usefulness of formatted HTML code while in "HTML" edit mode for readability, but I don't need the formatting in my database. Is there another way to reference the HTML content server-side so I can get the raw HTML?
Yes, the solution provided in the forum post is the way to achieve your scenario. This information is available in this KB article: "\r\n" being added to content when submitted.