Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt is written in an unsupported language. File is not indexed.
0001 HTML.Allowed 0002 TYPE: itext/null 0003 VERSION: 2.0.0 0004 DEFAULT: NULL 0005 --DESCRIPTION-- 0006 0007 <p> 0008 This is a preferred convenience directive that combines 0009 %HTML.AllowedElements and %HTML.AllowedAttributes. 0010 Specify elements and attributes that are allowed using: 0011 <code>element1[attr1|attr2],element2...</code>. For example, 0012 if you would like to only allow paragraphs and links, specify 0013 <code>a[href],p</code>. You can specify attributes that apply 0014 to all elements using an asterisk, e.g. <code>*[lang]</code>. 0015 You can also use newlines instead of commas to separate elements. 0016 </p> 0017 <p> 0018 <strong>Warning</strong>: 0019 All of the constraints on the component directives are still enforced. 0020 The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code> 0021 whitelist: directly copy-pasting it here will probably result in 0022 broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes 0023 are set, this directive has no effect. 0024 </p> 0025 --# vim: et sw=4 sts=4