window.UEDITOR_HOME_URL = "/Data/ueditor/"; window.onload = function() { window.UEDITOR_CONFIG.initialFrameWidth=600; window.UEDITOR_CONFIG.initialFrameHeight=300; //图片上传配置区 window.UEDITOR_CONFIG.imageUrl = "/index.php/Home/Public/upload.html" ; //图片上传提交地址 window.UEDITOR_CONFIG.imagePath = "";//图片修正地址,引用了fixedImagePath,如有特殊需求,可自行配置 window.UEDITOR_CONFIG.imageManagerUrl = "/index.php/Home/Public/getFileOfImg.html" ;////图片在线管理的处理地址 window.UEDITOR_CONFIG.imageManagerPath = ""; //图片在线管理修正地址 //附件上传配置区 window.UEDITOR_CONFIG.fileUrl = "/index.php/Home/Public/uploadFile.html"; //附件上传提交地址 window.UEDITOR_CONFIG.filePath = ""; //附件修正地址,同imagePath //视频上传配置区 window.UEDITOR_CONFIG.videoUrl = "/index.php/Home/Public/uploadFile.html";//附件上传提交地址 window.UEDITOR_CONFIG.videoPath = "" ; //附件修正地址,同imagePath window.UEDITOR_CONFIG.PHPSESSID = "84ruo1dg77b5opgtk3bfdapl85"; UE.getEditor("content"); } document.write(''); document.write('');