国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

Kindeditor在線文本編輯器如何過濾HTML

2019-11-20 10:16:03
字體:
來源:轉載
供稿:網友

  KindEditor是一套開源的HTML可視化編輯器,主要用于讓用戶在網站上獲得所見即所得編輯效果,兼容IE、Firefox、Chrome、Safari、Opera等主流瀏覽器。 KindEditor使用JavaScript編寫,可以無縫的與Java、.NET、PHP、ASP等程序接合。這個是官網上的介紹。

主頁:http://www.kindsoft.net/index.php

下載:http://www.kindsoft.net/down.php

示例:http://www.kindsoft.net/demo.php

在使用kindeditor文本編輯器時遇到的問題,客戶直接從Excel里粘貼文本內容到文本編輯器中(能不能再懶一些),然后不調整粘貼內容直接就保存(你敢不敢再懶一些)!對于這種很無語的行徑,我只能對他大吼一聲,我做一個標簽過濾吧,這樣你粘貼就不會出現問題了(慫?誰惹得起客戶)。

過濾方法也簡單:

KindEditor.ready(function (K) {editor = K.create('textarea[name="content"]', {filterMode: true,//是否開啟過濾模式});}); 

默認filterMode是關閉狀態,首先把filterMode設置為true,然后增加htmlTags,指定要保留的HTML標記和屬性。哈希數組的key為HTML標簽名,value為HTML屬性數組,"."開始的屬性表示style屬性。數據類型:Object

KindEditor.ready(function (K) {editor = K.create('textarea[name="content"]', {filterMode: true,//是否開啟過濾模式htmlTags : {font : ['id', 'class', 'color', 'size', 'face', '.background-color'],div : ['id', 'class', 'align', '.border', '.margin', '.padding', '.text-align', '.color','.background-color', '.font-size', '.font-family', '.font-weight', '.background','.font-style', '.text-decoration', '.vertical-align', '.margin-left'],a : ['id', 'class', 'href', 'target', 'name'],embed : ['id', 'class', 'src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess'],img : ['id', 'class', 'src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'],'p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : ['id', 'class', 'align', '.text-align', '.color', '.background-color', '.font-size', '.font-family', '.background','.font-weight', '.font-style', '.text-decoration', '.vertical-align', '.text-indent', '.margin-left'],pre : ['id', 'class'],hr : ['id', 'class', '.page-break-after'],'br,tbody,tr,strong,b,sub,sup,em,i,u,strike,s,del' : ['id', 'class'],iframe : ['id', 'class', 'src', 'frameborder', 'width', 'height', '.width', '.height']}});});

以上所述是小編給大家介紹的Kindeditor在線文本編輯器如何過濾HTML,希望對大家有所幫助!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 广宗县| 上虞市| 海盐县| 彭水| 青海省| 政和县| 拉孜县| 大石桥市| 南溪县| 罗平县| 东安县| 莲花县| 固阳县| 长治县| 保靖县| 平陆县| 治县。| 延寿县| 上蔡县| 皋兰县| 科尔| 景宁| 特克斯县| 延吉市| 安福县| 仙桃市| 金塔县| 静宁县| 莫力| 简阳市| 灯塔市| 若尔盖县| 兴业县| 永胜县| 鞍山市| 佳木斯市| 无棣县| 云梦县| 阿鲁科尔沁旗| 信阳市| 淮南市|