<script src="/js/xheditor-1.2.1/xheditor-1.2.1.min.js"></script>
<script src="/js/xheditor-1.2.1/xheditor_lang/zh-cn.js"></script>
<script>
var xheditor1el = $('#xheditor1');
var xheditor1= xheditor1el.xheditor({tools: "mini"});
if ("$!notice.articleId" != "") {
xheditor1.setSource('$!notice.articleContent');
}