主頁 > 知識庫 > 百度UEditor修改右下角統(tǒng)計字數(shù)包含html樣式

百度UEditor修改右下角統(tǒng)計字數(shù)包含html樣式

熱門標簽:靈聲智能電話機器人招聘 四平電話機器人哪家好 天津電銷卡外呼系統(tǒng)線路 長春防封卡電銷卡套餐 智能電銷機器人真的好嗎 興化400電話辦理多少錢 企業(yè)電話機器人辦理 株洲外呼營銷系統(tǒng)有哪些 長春銷售外呼系統(tǒng)業(yè)務

百度UEditor修改右下角統(tǒng)計字數(shù)默認只統(tǒng)計前臺所見的文字個數(shù),為了便于展示實際保存的時候是保存的包含html標簽的,所以右下角的統(tǒng)計字數(shù)功能需要修改

/**
* 計算編輯器當前內(nèi)容的長度
* @name getContentLength
* @grammar editor.getContentLength(ingoneHtml,tagNames) =>
* @example
* editor.getLang(true)
* 
* 2013年7月1日16:53:15 注釋掉的內(nèi)容為 去除html標記后的內(nèi)容數(shù),實際入庫是算上html標簽和文字的 所以統(tǒng)計字數(shù)以getContents為準
*/
getContentLength: function (ingoneHtml, tagNames) {
var count = this.getContent(false,false,true).length;
/*if (ingoneHtml) {
tagNames = (tagNames || []).concat([ 'hr', 'img', 'iframe']);
count = this.getContentTxt().replace(/[\t\r\n]+/g, '').length;
for (var i = 0, ci; ci = tagNames[i++];) {
count += this.document.getElementsByTagName(ci).length;
}
}*/
return count;

},

找到ueditor.all.js這個文件 找到4944行到4951行 注釋掉 就ok了

標簽:青海 新疆 貴港 漯河 石嘴山 運城 黑龍江 巴彥淖爾

巨人網(wǎng)絡通訊聲明:本文標題《百度UEditor修改右下角統(tǒng)計字數(shù)包含html樣式》,本文關(guān)鍵詞  百度,UEditor,修改,右下角,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《百度UEditor修改右下角統(tǒng)計字數(shù)包含html樣式》相關(guān)的同類信息!
  • 本頁收集關(guān)于百度UEditor修改右下角統(tǒng)計字數(shù)包含html樣式的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章