|
Cheetah
|
Public Member Functions | |
| setup ($config) | |
Public Member Functions inherited from HTMLPurifier_HTMLModule | |
| getChildDef ($def) | |
| addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) | |
| addBlankElement ($element) | |
| addElementToContentSet ($element, $type) | |
| parseContents ($contents) | |
| mergeInAttrIncludes (&$attr, $attr_includes) | |
| makeLookup ($list) | |
Public Attributes | |
| $name = 'Forms' | |
| $safe = false | |
| $content_sets | |
Public Attributes inherited from HTMLPurifier_HTMLModule | |
| $name | |
| $elements = array() | |
| $info = array() | |
| $content_sets = array() | |
| $attr_collections = array() | |
| $info_tag_transform = array() | |
| $info_attr_transform_pre = array() | |
| $info_attr_transform_post = array() | |
| $info_injector = array() | |
| $defines_child_def = false | |
| $safe = true | |
XHTML 1.1 Forms module, defines all form-related elements found in HTML 4.
Definition at line 16128 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Forms::setup | ( | $config | ) |
| HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 16151 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Forms::$content_sets |
@type array
Definition at line 16143 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Forms::$name = 'Forms' |
@type string
Definition at line 16133 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Forms::$safe = false |
@type bool
Definition at line 16138 of file HTMLPurifier.standalone.php.