我正在尝试在ckeditor
中使用Liferay
,但是我遇到了IE 11的问题。
这是在jsp中调用ckeditor的代码片段:
<liferay-ui:input-editor contents="${article.contenu}"
cssClass="my-alloy-editor" editorName="ckeditor" name="contenu"
onInitMethod="OnDescriptionEditorInit" placeholder=""
onBlurMethod="OnDescriptionEditorChange" showSource="true"
toolbarSet="alloyeditor" />
I found that CkEditor is no more compatible with IE11.
否则,通过将Alloyeditor用作editorName
,就不会出现错误(AlloyEditor)。
请注意,我正在使用最新的Liferay DXP 7.0。