KCeditor 今天第一次接触

 

引入:

 写道
<head>
<script type="text/javascript" src="ckeditor/ckeditor.js">
</script>
</head>

 

在一个textArea中替代

 

 写道
<td colspan="2">内容:</br>
<textarea name="content" rows="20" cols="80" id="content">

</textarea>
<script type="text/javascript">
CKEDITOR.replace('content');
</script>
</td>

 

测试效果:

 

Blog 学习之 KCeditor 3.0.2

 

相关文章:

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