Home  >  Article  >  Web Front-end  >  页面可视化编辑ckeditor(web基础学习笔记十五)_html/css_WEB-ITnose

页面可视化编辑ckeditor(web基础学习笔记十五)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:49:581114browse

一、CKedit下载ckedit

下载地址:http://ckeditor.com/

二、ckedit的引入

2.1、解压并将ckedit复制到项目中

2.2、在页面中引入

在页面头部加入

2.3、在需要使用ckedit的标签中添加class="ckeditor"

多行文本域添加class

tr>    内容            

2.4、页面全部代码

<%@ page language="java" contentType="text/html; charset=UTF-8"    pageEncoding="UTF-8"%>Insert title here
标题
内容

2.5、页面效果

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn