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>

你可能感兴趣的:(html)