-1
我從CDN使用CKEditor。 CDN代碼在下面給出。但在CKEditor中,我無法從我的電腦上傳圖像。我必須提供已在其他地方或網站上傳的圖片鏈接。的Java腳本CDN是:SRC = 「// cdn.ckeditor.com/4.5.7/standard/ckeditor.js」>如何在使用CKEditor CDN時從桌面上上傳CKEditor中的圖像?
,這是CKEditor的的inistialization:
CKEDITOR.replace('editor');
var abc = <?php echo json_encode($x) ?>;
CKEDITOR.instances.editor.setData(abc);
</script>
謝謝很多兄弟。有用 – Arnab