码迷,mamicode.com
首页 >  
搜索关键字:ckeditor    ( 412个结果
ckeditor使用和配置
1、官网下载ckeditor排版插件;2、将ckeditor文件夹放入项目目录下面;3、引入主文件:<scripttype="text/javascript"src="ckeditor/ckeditor.js"></script>4、在需要使用排版控件的地方引入控件:<textareaid="TextArea1"cols="20"rows="2"class="ckeditor">..
分类:其他好文   时间:2017-07-14 16:22:03    阅读次数:189
ckeditor与ckfinder的使用方法 .NET (转载)
原文发布时间为:2009-11-25 —— 来源于本人的百度文章 [由搬家工具导入] ckeditor 3.0.1学习笔记 一.ckeditor 3.0.1精简 精简前:4.52M 精简后:853K 1.删除_samples和_source文件夹,分别为示例文件和未压缩源程序 2.删除lang文件夹 ...
分类:Web程序   时间:2017-07-13 10:44:53    阅读次数:194
Ckeditor通过Ajax更新数据
之前在表单中对ckeditor的赋值就直接是 $("#theadEditor").val(result); 而如今我想通过点击不同选项来使用Ajax在后台訪问数据。对ckeditor赋值, 可是页面根本没有变化,而后台的数据却有。那么如今肯定的就是ckeditor的问题了。 我认为应该是ckedit ...
分类:Web程序   时间:2017-07-08 12:23:55    阅读次数:230
UI标签库专题十二:JEECG智能开发平台 ckeditor(ckeditor插件标签)
??1. ckeditor(ckeditor插件标签)1.1. 參数属性名类型描写叙述是否必须默认值namestring属性名称是nullvaluestring默认值否nullisfinderboolean是否载入ckfinder是truetypestring其他属性(使用方法: height:40 ...
分类:其他好文   时间:2017-07-07 21:39:40    阅读次数:187
(转)基于MVC4+EasyUI的Web开发框架经验总结(5)--使用HTML编辑控件CKEditor和CKFinder
http://www.cnblogs.com/wuhuacong/p/3780356.html Web开发上有很多HTML的编辑控件,如CKEditor、kindeditor等等,很多都做的很好,本文主要介绍在MVC界面里面,CKEditor的配置和使用。CKEditor的前身是FCKEditor, ...
分类:Web程序   时间:2017-07-06 12:14:36    阅读次数:206
Django Web项目部署参考
环境准备:1、Python 2.7.*]2.pip3.sudo pip install django4、sudo aptitude show python-setuptools5、sudo aptitude install python-psycopg26、#Ckeditor已完全下线,故此条作废# ...
分类:Web程序   时间:2017-07-04 14:37:36    阅读次数:243
修改 CKEditor 超链接的默认协议
在 config.js 中添加如下代码 参考: How Do I Set a Default Value for a CKEditor Dialog Window Field? ...
分类:其他好文   时间:2017-07-02 21:12:11    阅读次数:681
Django-CKedtior图片找不到的问题
从Django Packages站点上找到这个CKeditor集成组件:https://github.com/shaunsephton/django-ckeditor 按照官方的install方法安装完发现上传完页面后在服务器端浏览页面发现显示如下: Browse for the image you ...
分类:其他好文   时间:2017-07-02 12:18:53    阅读次数:190
CKEditor/FCKEditor的使用
因为直接把内容作为字符串给编辑器的 Value 属性赋值使用的是 JavaScript 代码,要让 JS 代码不受内容中双引号、换行等的干扰,只有先读入到 textarea 最方便。 使用 CKeditor 3.0.1 代码如下: <textarea cols="90" rows="10" id=" ...
分类:其他好文   时间:2017-06-29 17:45:04    阅读次数:130
IE11下,CKEditor在Bootstrap Modal中的下拉问题
原问题解决方案链接:http://ckeditor.com/forums/CKEditor/Editor-Dropdowns-dont-work-in-IE11 最近在项目中需要在Bootstrap Modal弹出框中载入CKEditor。 初始化CKEditor以后,在IE11下,格式/字体/颜色 ...
分类:其他好文   时间:2017-06-26 17:10:59    阅读次数:370
412条   上一页 1 ... 10 11 12 13 14 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!