xheditor编辑器的使用

1、将xheditor加入到项目中


2、引入xheditor编辑器的js库

<script src="../../editor/xheditor/xheditor-1.1.14-zh-cn.min.js" type="text/javascript"></script>
3、html页面(将xheditor加载在textarea上)
<div class="tab-content">
    <textarea  id="editor" name="editor"  rows="20" cols="100" ></textarea>
</div>
4、js中初始化xheditor

//初始化编辑器
    var  Sys = {};  
    if(navigator.userAgent.indexOf("MSIE")>0) {  
        Sys.ie=true;  
    }else{
        Sys.ie=false;
    }
	var editor = $('#editor').xheditor
	  ({tools:'Blocktag,Fontface,FontSize,Bold,Italic,Underline,Strikethrough,FontColor,BackColor,SelectAll,Removeformat,|,Align,List,Outdent,Indent,|,Link,Unlink,
            Img,Hr,Table,|,Fullscreen',skin:'default', upImgUrl:"../../mvc/upload/xhEditorUpload.json?_t=image&isIE="+Sys.ie,upImgExt:"jpg,jpeg,gif,png,bmp"});
5、常用到编辑器的函数

      editor.appendHTML(“内容”); //给编辑器赋内容

      $('#editor').xheditor().getSource();//获取编辑器的值


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值