Is it possible to force CuteEditor to render a textbox instead of a
textarea. Many of the uses for the control are for a simple one line
entry allowing only simple formatting (Bold, italic, underline),
and absolutely, no carriage returns. The problem at the moment, is when
pressing 'Enter', the whole line wraps down and I get scroll bars. I
can remove the scrollbars, but cannot trap for the carriage return. Any
advice?
TIA