這篇文章主要介紹小程序怎么使用rich-text,文中介紹的非常詳細(xì),具有一定的參考價值,感興趣的小伙伴們一定要看完!
在賀州等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供成都網(wǎng)站設(shè)計(jì)、成都做網(wǎng)站 網(wǎng)站設(shè)計(jì)制作按需網(wǎng)站策劃,公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),成都品牌網(wǎng)站建設(shè),成都全網(wǎng)營銷,外貿(mào)營銷網(wǎng)站建設(shè),賀州網(wǎng)站建設(shè)費(fèi)用合理。微信小程序 rich-text的使用方法
rich-text
屬性:nodes 類型:Array / String 結(jié)點(diǎn)列表 / HTML String
全局支持class和style屬性,不支持id屬性。
結(jié)點(diǎn)類型:type = node , name 標(biāo)簽名 String 是 支持部分受信任的HTML結(jié)點(diǎn), attrs 屬性 Object 否 支持部分受信任的屬性,遵循Pascal命名法 , children 子結(jié)點(diǎn)列表 Array 否 結(jié)構(gòu)和nodes一致
結(jié)點(diǎn)類型:type = text ,text 文本 String 是 支持entities
nodes 不推薦使用 String 類型,性能會有所下降
rich-text 組件內(nèi)屏蔽所有結(jié)點(diǎn)的事件。
attrs 屬性不支持 id ,支持 class 。
name 屬性大小寫不敏感。
如果使用了不受信任的HTML結(jié)點(diǎn),該結(jié)點(diǎn)及其所有子結(jié)點(diǎn)將會被移除。
img 標(biāo)簽僅支持網(wǎng)絡(luò)圖片。
this.setData({ nodes: "html標(biāo)題
", nodes1: [{ name: "h2", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '結(jié)點(diǎn)列表標(biāo)題' }] }], nodes2: [{ name: "ul", attrs: { style: "padding:20px;border:1px solid blue;", class: "red" }, children: [ { name: "li", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '多層結(jié)點(diǎn) 無序列表' }], }, { name: "li", attrs: { style: "color:red", class: "red" }, children: [{ type: "text", text: '多層結(jié)點(diǎn) 無序列表1' }], }] }] })
以上是“小程序怎么使用rich-text”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!