<html><head>
    <metahttp-equiv="Content-type"content="text/html; charset=UTF-8">
    <title>CKEditor</title></head><body>
        <textareaname="editor1">CKEditor Demo</textarea>
       
</body><scripttype="text/javascript">
  var oFCKeditor =newFCKeditor('editor1');
  oFCKeditor.BasePath="/fckeditor/";
  oFCKeditor.Config["AutoDetectLanguage"]=false;
  oFCKeditor.Config["DefaultLanguage"]    ="en";
  oFCKeditor.Config["FloatingPanelsZIndex"]    =1000000;//<--------- add this
  oFCKeditor.ReplaceTextarea();</script></html>

相关文章:

  • 2021-09-12
  • 2021-12-05
  • 2021-11-06
  • 2021-10-05
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-05-24
  • 2021-04-06
  • 2021-09-07
  • 2021-08-17
  • 2021-09-09
  • 2021-12-12
相关资源
相似解决方案