【layUI杂记】layui之富文本编辑器

" class="wiz-editor-body wiz-readonly" data-wiz-document-type="common" spellcheck="false" contenteditable="false">
<textarea id="demo" style="display: none;"></textarea>
<script>
    layui.use('layedit', function(){
      var layedit = layui.layedit;
      layedit.build('demo'); //建立编辑器
    });
</script>

posted @ 2022-04-26 15:04  郭祺迦  阅读(566)  评论(0)    收藏  举报