Hello All,
When typing text into a CuteEditor window, when the text reaches the edge of the editor window, it automatically "wraps" to the next line and you can keep typing on the next line. What I have noticed is that there is no formal HTML line break tag (</div>, <br> or </p>) inserted at the end of the line before the text "wraps" to the next line. When the web app that we use CuteEditor with generates some of it's reports, they are printing out landscape because it is interpreting these "wrapped" lines as one giant line and will not break it until the reporting software hits the max amount of text that it will allow on a line or an actual HTML line break tag (</div>, <br> or </p>) is encountered.
Therefore, my question is: can you turn off the "word wrap" feature in CuteEditor and force the user to hit the enter key to go to the next line when the text they are typing reaches the edge of the CuteEditor window, or is there a way to tell CuteEditor that when it "wraps" to the next line it must insert the line break tag specified in the breakElement property? Either way will work for me. Any help that can be offered will be greatly appreciated.