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

网站建设 2022-07-27 08:12www.1681989.com免费网站
1、/kdeditor/kdeditor-all.js 或者 /kdeditor/kdeditor.js 或者 /kdeditor/kdeditor-m.js 找到图片按钮的代码 div class = tab2 style = display:none; , 在里面加入 div class = ke-dialog-row , label for = remoteTitle style = width:60px; + lang.imgTitle + / label , pu […]



 

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

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

在里面加入

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

2、kdeditor_post.php 或者 kdeditor\php\upload_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 而已,注意你的代码,不一定跟我上面的是一样的。在你的基础上加入而已。


Copyright © 2016-2025 www.1681989.com 推火网 版权所有 Power by