kindeditor 文本编辑器怎么获得焦点

 我来答
雪V歌
2017-02-08 · 知道合伙人数码行家
雪V歌
知道合伙人数码行家
采纳数:78698 获赞数:222934
泉州兴瑞发公司2015-2017最佳优秀员工。

向TA提问 私信TA
展开全部
用afterFocus类,例如:
<script charset="utf-8" src="/editor/kindeditor.js"></script>
<script charset="utf-8" src="/editor/lang/zh_CN.js"></script>
<script>
var editor;
KindEditor.ready(function(K) {
editor = K.create('#Neir', {
resizeType : 1,
allowPreviewEmoticons : false,
allowImageUpload : false,
afterFocus : function(){
self.edit = edit = this;if(self.edit.html()=="<span style=\"color:#808080;\">回复内容字数不少于10字。</span>"){self.edit.html("") ;}
},
afterBlur : function(){
self.edit = edit = this;if(self.edit.html()==""){self.edit.html("<span style=\"color:#808080;\">回复内容字数不少于10字。</span>") ;}
},
items : [
'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'emoticons', 'image', 'link']
});
});
</script>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式