2012-05-10 52 views

回答

1

你可以嘗試: CKEDITOR.instances.*instanceName*.destroy();

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#destroy

要檢查它的存在後,刪除編輯: CKEditor instance already exists

+0

我知道,但我怎麼可以找出實例中存在? – aainaarz

+0

我編輯了我的答案,以包含您可能找到的相關鏈接。 'if(CKEDITOR.instances.instanceName)'將檢查實例是否存在。我懷疑你需要爲這個任務使用JQuery。 – ephemeron

相關問題