我需要帮助。我正在使用CKEditor进行富文本编辑器。我在jsp中设置如下配置。
cKEditorConfig = new CKEditorConfig();
cKEditorConfig.addConfigValue("autoParagraph", false);
cKEditorConfig.addConfigValue("basicEntities",false);
我遇到一个问题,编辑正在增加< br />提交页面后在html旁边。有以下选项: //在
开始标记后插入换行符。 breakAfterOpen:true,
感谢您的帮助。