Asp.net CKEditor脚本加载两次

Asp.net CKEditor脚本加载两次,asp.net,ckeditor,Asp.net,Ckeditor,我的页面中有两个CKEditor控件。我正在使用 CKEDITOR.replace(Textarea); 在运行时,与CKEditor相关的所有脚本都将加载两次。这是一个正常的场景吗?检查一下:我的代码:$function{CKEDITOR.replace,{toolbar:'MyToolbar'},{removePlugins:'elementspath'};CKEDITOR.replace,{toolbar:'MyToolbar'},{removePlugins:'elementspat

我的页面中有两个CKEditor控件。我正在使用

 CKEDITOR.replace(Textarea);

在运行时,与CKEditor相关的所有脚本都将加载两次。这是一个正常的场景吗?

检查一下:我的代码:$function{CKEDITOR.replace,{toolbar:'MyToolbar'},{removePlugins:'elementspath'};CKEDITOR.replace,{toolbar:'MyToolbar'},{removePlugins:'elementspath'};CKEDITOR.config.htmlEncodeOutput=true;};