欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

discuz 表单调用门户编辑器

时间: 2019-05-29 11:11 阅读: 作者:素材无忧网

一直想用论坛编辑器,因为功能多些,无奈暂时做不到。从网上查了下,先拿门户的凑合着用。

这是前台页面用的。

1.页面添加:

<!--{template home/editor_image_menu}-->
<script type="text/javascript" src="static/image/editor/editor_function.js"></script>  
<script type="text/JavaScript">
function validate(obj) {  
    edit_save();  
    window.onbeforeunload = null;  
    obj.form.submit();  
    return false;  
}
</script>

2.给<textarea>加个id="uchome-ttHtmlEditor"。
3.在<textarea>下加


<iframe src='home.php?mod=editor&charset={CHARSET}&allowhtml=1&isportal=1' name='uchome-ifrHtmlEditor' id='uchome-ifrHtmlEditor'  scrolling='no' style='height:400px;border:1px solid #C5C5C5;position:relative;border-radius: 3px;width: 100%;' border=0 frameborder=0 ></iframe>
<iframe id="uploadframe" name="uploadframe" width="0" height="0" marginwidth="0" frameborder="0" src="about:blank"></iframe>

遗憾的是不能上传图片,网上有方法,可惜我测试没成功。

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: discuz 表单调用门户编辑器

标签:  
相关文章
模板推荐