Home >Web Front-end >HTML Tutorial >Page visual editing ckeditor (web basic study notes 15)_html/css_WEB-ITnose
Download address: http://ckeditor.com/
into the page and add
<script type="text/javascript" src="<%=request.getContextPath()%>/ckeditor/ckeditor.js"></script>
to the tags that need to use ckedit. Add class
tr> <td>内容</td> <td> <textarea id="newscontent" name="newscontent" class="ckeditor" rows="8"></textarea> </td></tr>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><script type="text/javascript" src="<%=request.getContextPath()%>/ckeditor/ckeditor.js"></script>Insert title here
标题 | |