我正在使用CKEditor的JAVA实现。所以在我的代码中我有
<%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>
我的文本区域使用struts bean写标记逻辑
<textarea id="txtCmt<bean:write name="i" />:<bean:write name="j" />" name="comments" style="width: 100%; height: 280px;">
然后我用
<ckeditor:replaceAll basePath="/elements/ckeditor_basic/ckeditor.js" />
用CKEditor替换textarea。该实现在Chrome和Firefox上运行良好,但是,编辑器不会加载IE9和IE10上的分页符。
请告知。
由于