kindeditor去掉网络图片

 1 <script charset="utf-8" src="/js/editor/kindeditor-all.js"></script><script>
 2 function kedit(kedit){
 3     var editor = KindEditor.create(kedit,{
 4         width: ‘780px‘,
 5         height: ‘360px‘,
 6         resizeMode: 0,
 7         uploadJson:‘/file/upload_json.php‘,
 8         fileManagerJson:‘/file/file_manager_json.php‘,
 9         allowPreviewEmoticons: false,
10         allowImageUpload: true, //上传图片框本地上传的功能,false为隐藏,默认为true
11         allowImageRemote : false, //上传图片框网络图片的功能,false为隐藏,默认为true
12         allowFileManager : true, //浏览图片空间
13         filterMode : false, //HTML特殊代码过滤
14         items : [
15                   ‘source‘, ‘|‘, ‘undo‘, ‘redo‘, ‘|‘, ‘preview‘, ‘print‘, ‘template‘, ‘code‘, ‘cut‘, ‘copy‘, ‘paste‘,
16                   ‘plainpaste‘, ‘wordpaste‘, ‘|‘, ‘justifyleft‘, ‘justifycenter‘, ‘justifyright‘,
17                   ‘justifyfull‘, ‘insertorderedlist‘, ‘insertunorderedlist‘, ‘indent‘, ‘outdent‘, ‘subscript‘,
18                   ‘superscript‘, ‘clearhtml‘, ‘quickformat‘, ‘selectall‘, ‘|‘, ‘fullscreen‘, ‘/‘,
19                   ‘formatblock‘, ‘fontname‘, ‘fontsize‘, ‘|‘, ‘forecolor‘, ‘hilitecolor‘, ‘bold‘,
20                   ‘italic‘, ‘underline‘, ‘strikethrough‘, ‘lineheight‘, ‘removeformat‘, ‘|‘, ‘image‘, ‘multiimage‘,
21                   ‘flash‘, ‘media‘, ‘insertfile‘, ‘table‘, ‘hr‘, ‘emoticons‘, ‘baidumap‘, ‘pagebreak‘,
22                   ‘anchor‘, ‘link‘, ‘unlink‘, ‘|‘, ‘about‘
23               ],
24     });
25 }
26
27 </script>
//调用处,也就是载入插件的页面
$(function(){
    kedit(‘textarea[name="content"]‘);
})
时间: 2024-10-09 13:56:14

kindeditor去掉网络图片的相关文章

几个问题

1. 打war包的时候配置文件没有打进去是怎么回事 2. windows下命令行打包好像字符集有点问题 3. Kindeditor的跨域问题(当然了,跨域是个有点大的问题) 4. Kindeditor的一般设置,比如图片默认的上传地址(方法),怎么去掉网络图片空间(因为我是上传到fastdfs中的) 原文地址:https://www.cnblogs.com/tuhooo/p/8157433.html

kindeditor更改图片上传时网络图片的路径

当我们想要使用kindeditor的图片上传功能时,有两种选择图片方式,一种是本地选择,一种是在图片空间中选择,图片空间的默认地址是服务器上的/kindeditor/attached/image/下面. 如果想要改变这个路径,需要找到/kindeditor/php/file_manager_json.php这个文件,然后可以看到下面几行: //根目录路径,可以指定绝对路径,比如 /var/www/attached/ $root_path = $php_path . '../attached/';

kindeditor图片上传 struts2实现

一.kindeditor以及struts2部署搭建不再赘述,如需要请参考kindeditor使用方法 Struts2框架搭建 二.kindeditor图片上传所依赖jar包在kindeditor\jsp\lib下有 三.以下列出部分核心代码,如需要全部源码可点击下载(待上传) JSP <textarea id="editor_id" name="content" style="width:950px;height:300px;"> 这

kindEditor

kindEditor 1 官网:http://kindeditor.net/doc.php 2 文件夹说明: ├── asp asp示例 ├── asp.net asp.net示例 ├── attached 空文件夹,放置关联文件attached ├── examples HTML示例 ├── jsp java示例 ├── kindeditor-all-min.js 全部JS(压缩) ├── kindeditor-all.js 全部JS(未压缩) ├── kindeditor-min.js 仅K

jsp解决kindeditor在线编辑器struts图片上传问题

1.下载 官网下载ckeditor,解压后去掉不需要的部分,仅需保留plugin,lang,theme文件夹,这三个文件夹中用不到的东西可以删除, 比如lang文件下存放所有语言文件js,仅仅 保留en.js和zh_CN.js即可,保留jsp文件夹下的json_upload.jsp文件和 kindeditor.js文件即可,把jsp下面的jar导入 在线编辑器:http://kindeditor.net/ 2.修改json_upload.jsp 修改json_upload.jsp文件保存路径即可

构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(36)-文章发布系统③-kindeditor使用

我相信目前国内富文本编辑器中KindEditor 属于前列,详细的中文帮助文档,简单的加载方式,可以定制的轻量级.都是系统的首选 很多文章教程有kindeditor的使用,但本文比较特别可能带有,上传文件的缩略图和水印的源码!这块也是比较复杂和备受关注的功能 一.下载编辑器 KindEditor 4.1.10 (2013-11-23) [1143KB] 官方最新版 或者: http://www.kindsoft.net/down.php 二.添加到项目 解压 kindeditor-x.x.x.z

KindEditor的使用和上传图片的后台处理

应用环境:struts2,jsp.IE8下测试通过. kindeditor版本为3.5.4,官网下载后解压,取plugins.skins文件夹和kindeditor.js置于Web工程的WebRoot下.本文仅简单介绍如何使用kindeditor,并实现图片上传功能,页面上的提交功能未予实现. 先来看页面 [java] view plaincopy<%@ page language="java" import="java.util.*" pageEncodin

SpringMVC+kindeditor在线HTML编辑器

去官网下载,解压,都有实例代码,直接使用!~ 前台: var editor; KindEditor.ready(function(K) { editor = K.create('textarea[name="Introduce"]', { uploadJson : 'file_upload',//上传                 fileManagerJson : 'file_manager',//文件管理                 allowFileManager : tr

PHP中使用KindEditor

KindEditor是一套开源的HTML可视化编辑器,主要用于让用户在网站上获得所见即所得编辑效果,兼容IE.Firefox.Chrome. Safari.Opera等主流浏览器.KindEditor使用JavaScript编写,可以无缝的于Java..NET.PHP.ASP等程序接 合. KindEditor非常适合在CMS.商城.论坛.博客.Wiki.电子邮件等互联网应用上使用,2006年7月首次发布2.0以 来,KindEditor依靠出色的用户体验和领先的技术不断扩大编辑器市场占有率,目