Z-Blog主页
Z-Wiki
应用中心
菠萝阁
ZBlogger
Z5加密
跳至内容
Z-Blog Wiki
Z-Blog官方文库
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您在这里:
Z-Blog & Z-BlogPHP
»
Z-BlogPHP
»
应用开发指南
»
Z-BlogPHP插件开发
»
Z-BlogPHP 系统接口列表
»
filter_plugin_edit_response
zblogphp:development:plugin:interfaces:filter_plugin_edit_response
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
本接口位于正文输入框下方 案例(添加一个图片属性的字段): <code php> 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>'; } </code>
zblogphp/development/plugin/interfaces/filter_plugin_edit_response.txt
· 最后更改: 2020/07/25 14:49 由
唐朝
页面工具
显示页面
修订记录
页面重命名
回到顶部