<
script
type
=
"text/javascript"
>
//window.UEDITOR_HOME_URL = "/application/ueditor/";//配置编辑的位置,配置此项才可以引入编辑器
var ue = UE.getEditor(‘details‘,{
zIndex:2, //配置编辑显示层级
//initialFrameWidth:1000, //配置编辑器宽度
initialFrameHeight:300, //配置编辑器高度
autoClearinitialContent:false, //配置鼠标点击到编辑里时清除初始值
enableAutoSave:false, //配置是否自动保存
topOffset:40, //配置工具栏浮动时离顶部的距离
autoHeightEnabled: false //配置右则滚动条
});
</
script
>
时间: 2024-11-15 08:51:37