版本号 “wangeditor”: “^4.7.9”
const editor= new wangEditor('#div');//获取editor实例
editor.zIndex.baseZIndex = 100 //方法
本文介绍了如何在项目中配置和使用WangEditor 4.7.9版本。通过示例代码展示了如何初始化编辑器实例,并调整基础ZIndex。内容主要聚焦于前端开发中的富文本编辑器应用。
版本号 “wangeditor”: “^4.7.9”
const editor= new wangEditor('#div');//获取editor实例
editor.zIndex.baseZIndex = 100 //方法
3053