其他分享
首页 > 其他分享> > 富文本编辑器

富文本编辑器

作者:互联网

富文本编辑器

现在页面中插入一个iframe
<iframe name="richedit" style="width: 200px; height: 200px;"></iframe>

让ifame可以编辑

<script>
   //disigenMode属性在document上
   frames['richedit'].document.disigenMode = 'on'     //on/off
</script>

标签:文本编辑,off,richedit,ifame,document,disigenMode
来源: https://www.cnblogs.com/Lilc20201212/p/15853718.html