在使用ueditor的过程中,会出现表单组件被ueditor覆盖的问题,解决的方式如下:
ue = UE.getEditor('editor', {
toolbars: [
['undo', 'redo', 'bold', 'italic', 'underline', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'fontfamily', 'fontsize', 'paragraph']
],
autoHeightEnabled: true,
autoFloatEnabled: true,
elementPathEnabled: false,
zIndex: 100,
serverUrl: ''
});
即,通过设置ueditor的zIndex属性来解决,默认值是900。
References
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com