删除CKeditor实例,如果它已经存在于jQuery中

时间:2012-05-10 07:35:22

标签: jquery ckeditor

如果已经存在jQuery帮助,如何删除CKeditor实例?

1 个答案:

答案 0 :(得分:1)

您可以尝试: CKEDITOR.instances.*instanceName*.destroy();

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

在检查编辑器存在后删除它: CKEditor instance already exists