kindeditor图片上传增加图片说明alt属性和title属性

发布期:2021-02-28 | 来源处:本站 | 编辑者:站长助手 | 浏览量:0
28
02
2021

    织梦系统kindeditor编辑器,图片上传增加图片说明alt属性和title属性,详细说明,请看如下详细说明:


kindeditor图片上传增加图片说明alt属性和title属性


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


'<div class="tab2" style="display:none;">',

在里面加入

'<div class="ke-dialog-row">',
'<label for="remoteTitle" style="width:60px;">' + lang.imgTitle + '</label>',
'<input type="text" id="remoteTitle" class="ke-input-text" name="title" style="width:200px;" />',
'<input id="autotitle" class="np" type="checkbox" onclick="if($(this).is(':checked')){$(this).prev().val($('#title').val());}else{$(this).prev().val('');}"> 使用文章标题',
'</div>',

kindeditor图片上传增加图片说明alt属性和title属性


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 而已,注意你的代码,不一定跟我上面的是一样的,在你的基础上加入而已,希望对正在浏览的您有帮助!

附说明:批量上传需要删除约8249行的 data.title 才能正常使用批量图片上传功能。




TAG 标签:

网站优化知识

推荐类似信息
热线(微信同号):
137-6042-7131
在线客服:
售前
售前
售前
售后
微信图标
联系微信:
微信联系二维码
欢迎留言,我们及时与您沟通!
为您公司定制,最符合您公司的官方网站!

搭建网站定制网站,将获得全宝鑫公司,设计师免费为您设计
创意LOGO(商标),和设计您满意的名片

网店托管服务流程:拍摄产品、美工处理、上传网店、
版面设计、资料优化,按年托管!

工作日 9:00-18:00 等您联系咨询!(微信同号)137-6042-7131
留言说明您需要的服务!

您需要的服务?(可选填)


QQ咨询