zoukankan      html  css  js  c++  java
  • html编辑器的调用

    <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>
  • 相关阅读:
    Linux
    CUDA开发
    Linux C++
    Python
    C++
    模式识别
    Linux
    算法
    算法
    leetcode 数组,链表,跳表
  • 原文地址:https://www.cnblogs.com/wxb-km/p/3769831.html
Copyright © 2011-2022 走看看