discuz 表单调用门户编辑器

时间:2018-12-24 17:30作者:网友投稿
一直想用论坛编辑器,因为功能多些,无奈暂时做不到。从网上查了下,先拿门户的凑合着用。

这是前台页面用的。

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>

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

免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。