PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
htmlpurifier
/
library
/
HTMLPurifier
/
HTMLModule
<?php /** * XHTML 1.1 Edit Module, defines editing-related elements. Text Extension * Module. */ class HTMLPurifier_HTMLModule_StyleAttribute extends HTMLPurifier_HTMLModule { public $name = 'StyleAttribute'; public $attr_collections = array( // The inclusion routine differs from the Abstract Modules but // is in line with the DTD and XML Schemas. 'Style' => array('style' => false), // see constructor 'Core' => array(0 => array('Style')), ); public function setup($config) { $this->attr_collections['Style']['style'] = new HTMLPurifier_AttrDef_CSS(); } } // vim: et sw=4 sts=4
[+]
..
[-] Ruby.php
[edit]
[-] Scripting.php
[edit]
[-] SafeEmbed.php
[edit]
[-] List.php
[edit]
[-] Tables.php
[edit]
[-] Iframe.php
[edit]
[-] XMLCommonAttributes.php
[edit]
[-] Tidy.php
[edit]
[-] Nofollow.php
[edit]
[-] Target.php
[edit]
[-] TargetBlank.php
[edit]
[-] Hypertext.php
[edit]
[-] Bdo.php
[edit]
[-] Presentation.php
[edit]
[-] NonXMLCommonAttributes.php
[edit]
[-] StyleAttribute.php
[edit]
[-] CommonAttributes.php
[edit]
[-] Text.php
[edit]
[-] Image.php
[edit]
[+]
Tidy
[-] Edit.php
[edit]
[-] Forms.php
[edit]
[-] Object.php
[edit]
[-] Legacy.php
[edit]
[-] Name.php
[edit]
[-] SafeObject.php
[edit]
[-] Proprietary.php
[edit]