只需配置:

//实例化编辑器
var ue = UE.getEditor("ueditor",{
toolbars: [
    ['fullscreen']
],
allHtmlEnabled:true,//提交整个表单数据(源码)
allowDivTransToP:false,//是否将div转为p
sourceEditorFirst:true,//初始化时进入源码模式
wordCount:false//关闭字符统计
});

 

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2021-06-25
  • 2021-11-17
  • 2021-08-24
  • 2021-10-19
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-06-07
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案