kindeditor用input上传图片时显示模块不存在

浏览:402 发布日期:2019/02/21 分类:求助交流
在kindeditor用input标签上传图片时会显示模块不存在:public,用编辑器里面上传图片就正常~

<input type="text" id="url1" name="url" /> <input type="button" id="image1" value="选择图片" />

K('#image1').click(function() {
editor.loadPlugin('image', function() {
editor.plugin.imageDialog({
showRemote:false,
imageUrl : K('#url1').val(),
clickFn : function(url, title, width, height, border, align) {
K('#url1').val(url);
editor.hideDialog();
请问这样我该怎么改~
最佳答案
评论( 相关
后面还有条评论,点击查看>>