[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ -> HTML.AllowedElements.txt (source)

   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


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1