【发布时间】:2017-12-20 07:15:59
【问题描述】:
我无法将 CKEDITOR 集成到 textarea 中。以下是代码:
<html>
<head>
<script type="text/javascript" src="localhost/ckeditor/ckeditor.js"></script>
</head>
<body bgcolor=Bisque>
<textarea class="ckeditor" id="body" name="body">
Hii
</textarea>
<script type="text/javascript">
CKEDITOR.replace('body');
</script>
</body>
</html>
【问题讨论】:
-
检查控制台中的错误。这可能会给你一个提示。
-
@NiranjanNRaju:我检查了控制台错误。这些都很好。
-
你真的有文件夹
localhost吗? -
@Wizard:不,我没有
标签: ckeditor