(function() { CKEDITOR.dialog.add("uploadimage", function(a) { return { title: "图片上传", minWidth: "660px", minHeight:"400px", contents: [{ id: "tab1", label: "", title: "图片上传", expand: true, width: "420px", height: "300px", padding: 0, elements: [{ id:"uploadimage", type: "html", style: "width:100%;height:100px", html: '' }, /*{ id: "Upload", filebrowser: "uploadButton", html: '
' },*/ ] }], onOk: function() { /*var ins = "a"; var num = "window.imgs.length"; if(window.duiqi == undefined || window.duiqi == null){ window.duiqi = "none"; } for(var i=0;i"; }else{ imgHtml += ">"; } imgHtml += ""; }else{ imgHtml += "/>"; } imgHtml += "

"; ins.insertHtml(imgHtml); } window.imgs = new Array(); //点击确定按钮后的操作 //a.insertHtml("编辑器追加内容"); */ }, onShow: function () { //document.getElementById("uploadimage").setAttribute("src","/image/image.html?v=' +new Date().getSeconds() + '"); } } }) })();