[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 420 lines (16 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTMLPurifier_HTMLDefinition:: (9 methods):
addAttribute()
addElement()
addBlankElement()
getAnonymousModule()
__construct()
doSetup()
processModules()
setupConfigStuff()
parseTinyMCEAllowedList()
Class: HTMLPurifier_HTMLDefinition - X-Ref
Definition of the purified HTML that describes allowed children,addAttribute($element_name, $attr_name, $def) X-Ref |
Adds a custom attribute to a pre-existing element param: $element_name String element name to add attribute to param: $attr_name String name of attribute param: $def Attribute definition, can be string or object, see |
addElement($element_name, $type, $contents, $attr_collections, $attributes) X-Ref |
Adds a custom element to your HTML definition |
addBlankElement($element_name) X-Ref |
Adds a blank element to your HTML definition, for overriding existing behavior |
getAnonymousModule() X-Ref |
Retrieves a reference to the anonymous module, so you can bust out advanced features without having to make your own module. |
__construct() X-Ref |
Performs low-cost, preliminary initialization. |
doSetup($config) X-Ref |
No description |
processModules($config) X-Ref |
Extract out the information from the manager |
setupConfigStuff($config) X-Ref |
Sets up stuff based on config. We need a better way of doing this. |
parseTinyMCEAllowedList($list) X-Ref |
Parses a TinyMCE-flavored Allowed Elements and Attributes list into separate lists for processing. Format is element[attr1|attr2],element2... param: $list String list to parse param: array($allowed_elements, $allowed_attributes) |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |