关于ueditor使用说明

1.后台配置文件config.json中的各种prefix,相对的都是网站(发布后的)的根目录,

2.需要在iis下将net文件夹转换为应用程序

3.<div>
    <h1>完整demo</h1>
    <script id="editor" type="text/plain" style="width:1024px;height:500px;"></script>
</div>
<script type="text/javascript">
    var ue = UE.getEditor('editor');
</script>

这几部分代码是必须的,

猜你喜欢

转载自www.cnblogs.com/xiaoyuersdch/p/9298580.html