Extra lines in the 'html' tab

  •  02-07-2008, 1:30 PM

    Extra lines in the 'html' tab

    Hello.
    I need to have only 'html' tab in the CuteEditor, so I set up these properties:
     
    Editor.ShowHtmlMode = true;
    Editor.ShowPreviewMode =
    false;
    Editor.ShowEditMode =
    false;
    Editor.ActiveTab = CuteEditor.TabType.Code;
     
    But when I press 'Enter' button in the CuteEditor window the one more extra line is added. There is no such problem if I enable other tabs.
     
     
View Complete Thread