
CKEDITOR
iteye_13139
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用apche的fileupload实现ckeditor的上传功能
html: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>ckeditor_upload.html</title> <meta http-equiv="keywords2011-06-14 22:44:07 · 191 阅读 · 0 评论 -
CKEDITOR的config.js文件
/* Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function(config) { // ...2011-06-27 09:23:01 · 191 阅读 · 0 评论 -
CKEDITOR取值和设值
var obj = CKEDITOR.replace("content"); 取值: obj.getData(); 设值: obj.setData("value");2011-06-29 13:06:47 · 539 阅读 · 0 评论