小编x17*_*7az的帖子

htmlpurifier自定义属性

如何在HtmlPurifier中允许自定义(html5 data-*)属性?

输入:

<img src="/my.jpg" data-type="5" alt="" />
Run Code Online (Sandbox Code Playgroud)

导致错误:

Attribute 'data-type' in element 'img' not supported 
(for information on implementing this, see the support forums) 
Run Code Online (Sandbox Code Playgroud)

HtmlPurifier选项设置为:

'HTML.AllowedAttributes' => array('img.src', 'a.href', 'img.data-type')
Run Code Online (Sandbox Code Playgroud)

html5 custom-attributes htmlpurifier

12
推荐指数
1
解决办法
4004
查看次数

标签 统计

custom-attributes ×1

html5 ×1

htmlpurifier ×1