欢迎光临
我们一直在努力

discuz 表单调用门户编辑器

建站超值云服务器,限时71元/月

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

这是前台页面用的。

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>


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

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » discuz 表单调用门户编辑器
分享到: 更多 (0)