对Ueditor不熟,除了填加好Ueditor后,还需要哪些操作,求指导
添加好之后,UE.getEditor(id).getContent();获取内容,提交到后台,将内容写入数据库。
不要使用Ueditor编辑器工具栏里面的图片上传,自己写一个图片上传功能,上传成功后返回图片的下载地址,然后将图片下载地址通过UE.getEditor('myUeditor').execCommand('insertHtml' html); 插入html=
我最近也在项目中用了uEditor.不过我直接让后台直接把ueditor放到服务器上,我这边直接引用地址就可以了。后台要做图片存储,附件存储