~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
HTML.AllowedElements
2
 
TYPE: lookup/null
3
 
VERSION: 1.3.0
4
 
DEFAULT: NULL
5
 
--DESCRIPTION--
6
 
<p>
7
 
    If HTML Purifier's tag set is unsatisfactory for your needs, you 
8
 
    can overload it with your own list of tags to allow.  Note that this 
9
 
    method is subtractive: it does its job by taking away from HTML Purifier 
10
 
    usual feature set, so you cannot add a tag that HTML Purifier never 
11
 
    supported in the first place (like embed, form or head).  If you 
12
 
    change this, you probably also want to change %HTML.AllowedAttributes.
13
 
</p>
14
 
<p>
15
 
    <strong>Warning:</strong> If another directive conflicts with the 
16
 
    elements here, <em>that</em> directive will win and override. 
17
 
</p>
18
 
 
 
1
HTML.AllowedElements
 
2
TYPE: lookup/null
 
3
VERSION: 1.3.0
 
4
DEFAULT: NULL
 
5
--DESCRIPTION--
 
6
<p>
 
7
    If HTML Purifier's tag set is unsatisfactory for your needs, you
 
8
    can overload it with your own list of tags to allow.  Note that this
 
9
    method is subtractive: it does its job by taking away from HTML Purifier
 
10
    usual feature set, so you cannot add a tag that HTML Purifier never
 
11
    supported in the first place (like embed, form or head).  If you
 
12
    change this, you probably also want to change %HTML.AllowedAttributes.
 
13
</p>
 
14
<p>
 
15
    <strong>Warning:</strong> If another directive conflicts with the
 
16
    elements here, <em>that</em> directive will win and override.
 
17
</p>
 
18
--# vim: et sw=4 sts=4