CKEDITOR:以编程方式关闭查找对话框

时间:2018-03-06 06:59:13

标签: javascript jquery ckeditor

我在CKEditor中创建了一个新的插件。在这个插件中,我想要一些Find插件的功能。

所以,我尝试使用以下命令触发它。

editor.execCommand('find');

尝试使用以下命令关闭它。

if(editor.execCommand('find')){
   $('.cke_dialog_ui_button').click();
  //It will close the dialogBox.
}

但我知道这不是正确的做法。

我想以正确的方式自动关闭它。我该怎么做?

任何人,请帮我这样做?

1 个答案:

答案 0 :(得分:1)

请尝试以下代码:

wp_cache_flush();

请参阅:https://docs.ckeditor.com/ckeditor4/latest/api/CKEDITOR_dialog.html#method-hide