还没弄好么 , , , 把官网下来的压缩包解压到项目的script文件夹下 , 然后改net文件下的 config.json 文件 imageUrlPrefix 这个属性留空 ,imagePathFormat 这个属性写成你要放的文件夹的相对路径 例如 "/项目名称/upload/Temp/image/{yyyy}{mm}{dd}/{time}{rand:6}" 这样就在upload/temp/image/ (确保这个路径存在)路径下按你上传的时间给你分好文件夹了 , 要使用其他的功能也类似 ,
在页面的使用官方那里说的很详细了 ,引入 js 文件 , 然后替换输入框 , 可以把一些没用的功能给去掉 我的是去掉到只剩插入图片 , PS 无法通过复制粘贴获得图片哟,,, 给你个参考
var editor = UE.getEditor("控件ID", {
isShow: true,
elementPathEnabled: false,
toolbars: [[
'fullscreen', '|', 'undo', 'redo', '|',
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
'directionalityltr', 'directionalityrtl', 'indent', '|',
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
'simpleupload', 'scrawl', 'pagebreak', 'template', 'background', '|',
, 'date', 'time', 'spechars', '|',
'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|'
]],
autoSyncData: true,
textarea: 'save',
initialFrameWidth: '100%',
width: '100%'
});
追问我还是 没有解决 能否加一下q.q75069260.7 在线等