您的位置:首页 > 产品设计 > UI/UE

引入ueditor

2016-07-04 09:03 363 查看
<tr>

<th>文章内容:</th>

<td>

<script type="text/javascript" charset="utf-8" src="{{asset('resources/org/ueditor/ueditor.config.js')}}"></script>

<script type="text/javascript" charset="utf-8" src="{{asset('resources/org/ueditor/ueditor.all.min.js')}}"> </script>

<script type="text/javascript" charset="utf-8" src="{{asset('resources/org/ueditor/lang/zh-cn/zh-cn.js')}}"></script>

<script id="editor" name="art_content" type="text/plain" style="width:860px;height:500px;"></script>

<script type="text/javascript">

var ue = UE.getEditor('editor');

</script>


<style>

.edui-default{line-height: 28px;}

div.edui-combox-body,div.edui-button-body,div.edui-splitbutton-body

{overflow: hidden; height:20px;}

div.edui-box{overflow: hidden; height:22px;}

</style>

</td>

</tr>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: