码迷,mamicode.com
首页 >  
搜索关键字:ckeditor    ( 412个结果
7 Django的模板层
你可能已经注意到我们在例子视图中返回文本的方式有点特别。 也就是说,HTML被直接硬编码在 Python代码之中。 def current_datetime(request): now = datetime.datetime.now() html = "<html><body>It is now % ...
分类:其他好文   时间:2018-06-29 00:07:08    阅读次数:187
FCKeditor插件使用(插入大文件)
1.设置页面 <div> <textarea name="itemDesc" id="itemDesc" ></textarea> </div> 2.引用FCKeditor的js 文件 value='/plugins/fckeditor/fckeditor.js'/> 3.编写jQuery var ...
分类:其他好文   时间:2018-06-20 00:56:34    阅读次数:219
django编辑框实现
一些常用的: CKEditor UEEditor TinyEditor KindEditor 下载: http://kindeditor.net/down.php 使用方法: 或者: 后台返回 详细参数 http://kindeditor.net/docs/option.html 内容提交 相关链接 ...
分类:其他好文   时间:2018-06-18 18:13:51    阅读次数:530
织梦默认编辑器换成kindEditor实操教程
织梦默认编辑是CKeditor,要想换成kindEditor编辑器,按如下步骤操作。 先看效果图: 首先下载打包好的 kindEditor_for_dedeCMS.ZIP,下载地址:https://download.csdn.net/download/zuozuoduichang/10476817 ...
分类:其他好文   时间:2018-06-13 17:24:56    阅读次数:180
ajax提交时 富文本CKEDITOR 获取不到内容
ckeditor数据向content(页面用以替换的编辑框)的同步 问题: 我们发现,在数据通过ajaxSubmit提交的过程中,并不能将最新的数据进行提交。换句话说,最新的数据无法被jQuery.form插件获取到。 解决: 在ajaxSubmit之前,将ckeditor的编辑内容,强制放入con ...
分类:Web程序   时间:2018-05-25 19:19:30    阅读次数:376
ckeditor需要配置的功能列表
//class: cke_button( 按钮 ) , ck_combo(下拉) /* 需要配置的功能列表 document:保存(save)、新建(newpage)、预览(preview)、打印(print) mode:源码(source)、源码弹窗(需要挂在plugin上sourcedialog ...
分类:其他好文   时间:2018-05-25 13:38:18    阅读次数:194
CKEditor的使用
添加自定义插件 第一步:config.js中 第二步:plugins文件夹下新建:插件名称 文件夹第三步:1:在plugins/插件名称/下新建plugin.js; 2:在plugins/插件名称/下新建 dialogs文件夹,并在其内新建 "插件名称.js" 第四步:/plugins/插件名称/d ...
分类:其他好文   时间:2018-05-22 10:42:13    阅读次数:181
如何获取ckeditor的内容
<tr id="nr"> <th style="width:10%"><span class="a_hong">*</span> 荣誉说明:</th> <td colspan="3" style="text-align:left;"> <textarea id="content" name="con ...
分类:其他好文   时间:2018-04-19 12:05:39    阅读次数:182
Ckeditor 中粘贴图片
我们在ckeditor 中有上传图片,但是实际使用中这种手动上传图片方式并不是很方便,而是复制或者截图粘贴图片。 这里我们实现主要是获取对应的粘贴事件。CKEDITOR.instances["editor1"].on('instanceReady', function(e) { this.docum... ...
分类:其他好文   时间:2018-04-08 19:45:39    阅读次数:210
编辑器漏洞
编辑器漏洞: 编辑器:ewebeditor,fckeditor,kindeditor, ceditor,ueditor,Ckeditor,southidceditor等 Ewededitor:asp网站居多 发现:寻找 google hack:inurl: eweditor, 利用: 默认设置(站长 ...
分类:其他好文   时间:2018-04-01 14:26:46    阅读次数:935
412条   上一页 1 ... 6 7 8 9 10 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!