kindeditor在光标处插入编辑器外的数据

页面

               <div class="form-group clearfix">
                            <label class="control-label col-sm-3 col-md-3 col-lg-3 m-from-fon1" for="userName">用户</label>
                            <div class="col-sm-9 col-md-6 col-lg-6">
                                <input id="userName" name="userName" class="form-control dddd" type="button" value="用户名"/>
                                <input id="email" name="email" class="form-control dddd" type="button" value="邮箱"/>
                            </div>
                        </div>

js

$(document).ready(function () {
  
    buildEditor();
    $(".dddd").on("click",function(){
        //alert($(this).context.name); 拿到name
        var startOffset = contentEditor.cmd.range.startOffset;//kindEditor中当前光标的位置索引值startOffset
        contentEditor.insertHtml('<strong>${'+$(this).context.name+'}</strong>');//js插入指定的HTML内容到光标处。
    });
});

var contentEditor;

function buildEditor() {
    KindEditor.ready(function (K) {
        contentEditor = K.create('#content', KindEditor.buildOption('/kindeditor/upload.html', 'attachFile'));
    });


}

 

转载于:https://www.cnblogs.com/xuerong/p/kindeditor.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值