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

WBOY
Release: 2016-06-24 11:49:58
Original
1113 people have browsed it

一、CKedit下载ckedit

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

二、ckedit的引入

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

2.2、在页面中引入

在页面头部加入

Copy after login

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

多行文本域添加class

tr>    内容            
Copy after login

2.4、页面全部代码

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

2.5、页面效果

 

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!