加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > CMS系统 > Dedecms > 正文

织梦模板kindeditor编辑器图片上传增加图片说明alt属性和title属

发布时间:2020-12-14 04:31:20 所属栏目:Dedecms 来源:网络整理
导读:织梦kindeditor编辑器图片上传增加图片说明alt属性和title属性效果图: 1、在织梦/include/kindeditor/kindeditor-all.js 或者 /kindeditor/kindeditor.js 或者 /kindeditor/kindeditor-min.js 找到图片按钮的代码 ' ? 在里面加入 ' 2、kindeditor_post.php

织梦kindeditor编辑器图片上传增加图片说明alt属性和title属性效果图:

1、在织梦/include/kindeditor/kindeditor-all.js 或者 /kindeditor/kindeditor.js 或者 /kindeditor/kindeditor-min.js 找到图片按钮的代码

'

?

在里面加入

'


2、kindeditor_post.php 或者 kindeditorphpupload_json.php 找到

echo $json->encode(array('error' => 0,'url' =>

改成

$img_title = $_POST['title'];

echo $json->encode(array('error' => 0,'url' => $activepath."/$mdir/".$filename_name,'title'=>$img_title));

就是加了 img_title 而已,注意你的代码,不一定跟我上面的是一样的。在你的基础上加入而已。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读