Z-Blog Wiki Z-Blog Wiki

Z-Blog官方文库

用户工具

站点工具


zblogphp:development:plugin:interfaces:filter_plugin_edit_response

这是本文档旧的修订版!


案例(添加一个图片属性的字段):

function ActivePlugin_tc_cs() {
    Add_Filter_Plugin('Filter_Plugin_Edit_Response','tc_edit_response');
}
 
function tc_edit_response() {
 
global $zbp,$article;
    echo "<script type=\"text/javascript\" src=\"{$zbp->host}zb_users/plugin/YT_Image/script/lib.upload.js\"></script>";
	echo '<table id="nbdiany">
    <p align="left" class="uploadimg">缩略图:
<input name="meta_ytimage" id="edtTitle" type="text" class="uplod_img" style="width: 60%;" value="'.$article->Metas->ytimage.'" />
<strong class="button" style="color: #ffffff;font-size: 1.1em;height: 29px;padding: 6px 18px 6px 18px;margin: 0 0.5em;background: #3a6ea5;border: 1px solid #3399cc;cursor: pointer;">浏览文件</strong>
<a href="'.$article->Metas->ytimage.'" target="_blank"><img src="'.$article->Metas->ytimage.'" width="22px" height="22px"></a></p>';
    echo '</table>';
}

zblogphp/development/plugin/interfaces/filter_plugin_edit_response.1595659640.txt · 最后更改: 2020/07/25 14:47 由 唐朝