From 49e38c7730b7b06b1c8aac043370f99ffbdd88bd Mon Sep 17 00:00:00 2001 From: Jinqn <459452372@qq.com> Date: Mon, 4 Aug 2014 09:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87=E6=8B=89?= =?UTF-8?q?=E4=BC=B8=E7=BC=A9=E6=94=BE=E7=9A=84=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ueditor.config.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ueditor.config.js b/ueditor.config.js index 087348cf..1f300a95 100755 --- a/ueditor.config.js +++ b/ueditor.config.js @@ -102,18 +102,14 @@ //自动保存间隔时间, 单位ms //,saveInterval: 500 - - //启用拖放上传 - //,enableDragUpload: true - //启用粘贴上传 - //,enablePasteUpload: true - - //启用拖放上传 //,enableDragUpload: true //启用粘贴上传 //,enablePasteUpload: true + //启用图片拉伸缩放 + //,imageScaleEnabled: true + //,fullscreen : false //是否开启初始化时即全屏,默认关闭 //,imagePopup:true //图片操作的浮层开关,默认打开 -- GitLab