一直想用论坛编辑器,因为功能多些,无奈暂时做不到。从网上查了下,先拿门户的凑合着用。
这是前台页面用的。
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> |
遗憾的是不能上传图片,网上有方法,可惜我测试没成功。