root/afridex/plugins/Flutter/purifier_lib/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt @ 21

Revision 21, 0.8 kB (checked in by admin, 18 years ago)
Line 
1HTML.Allowed
2TYPE: itext/null
3VERSION: 2.0.0
4DEFAULT: NULL
5--DESCRIPTION--
6
7<p>
8    This is a convenience directive that rolls the functionality of
9    %HTML.AllowedElements and %HTML.AllowedAttributes into one directive.
10    Specify elements and attributes that are allowed using:
11    <code>element1[attr1|attr2],element2...</code>. You can also use
12    newlines instead of commas to separate elements.
13</p>
14<p>
15    <strong>Warning</strong>:
16    All of the constraints on the component directives are still enforced.
17    The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code>
18    whitelist: directly copy-pasting it here will probably result in
19    broken whitelists. If %HTML.AllowedElements or %HTML.AllowedAttributes
20    are set, this directive has no effect.
21</p>
22
Note: See TracBrowser for help on using the browser.