XHTML 1.1 Forms module, defines all form-related elements found in HTML 4.
More...
|
| setup ($config) |
|
| getChildDef ($def) |
| Retrieves a proper HTMLPurifier_ChildDef subclass based on content_model and content_model_type member variables of the HTMLPurifier_ElementDef class. More...
|
|
| addElement ($element, $type, $contents, $attr_includes=array(), $attr=array()) |
| Convenience function that sets up a new element. More...
|
|
| addBlankElement ($element) |
| Convenience function that creates a totally blank, non-standalone element. More...
|
|
| addElementToContentSet ($element, $type) |
| Convenience function that registers an element to a content set. More...
|
|
| parseContents ($contents) |
| Convenience function that transforms single-string contents into separate content model and content model type. More...
|
|
| mergeInAttrIncludes (&$attr, $attr_includes) |
| Convenience function that merges a list of attribute includes into an attribute array. More...
|
|
| makeLookup ($list) |
| Convenience function that generates a lookup table with boolean true as value. More...
|
|
| setup ($config) |
| Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available. More...
|
|
XHTML 1.1 Forms module, defines all form-related elements found in HTML 4.
Definition at line 6 of file Forms.php.
◆ setup()
HTMLPurifier_HTMLModule_Forms::setup |
( |
|
$config | ) |
|
- Parameters
-
Definition at line 29 of file Forms.php.
References HTMLPurifier_HTMLModule\addElement(), and HTMLPurifier_HTMLModule\makeLookup().
34 'Required: Heading | List | Block | fieldset',
37 'accept' =>
'ContentTypes',
38 'accept-charset' =>
'Charsets',
40 'method' =>
'Enum#get,post',
42 'enctype' =>
'Enum#application/x-www-form-urlencoded,multipart/form-data',
45 $form->excludes = array(
'form' =>
true);
53 'accept' =>
'ContentTypes',
54 'accesskey' =>
'Character',
56 'checked' =>
'Bool#checked',
57 'disabled' =>
'Bool#disabled',
58 'maxlength' =>
'Number',
60 'readonly' =>
'Bool#readonly',
62 'src' =>
'URI#embedded',
63 'tabindex' =>
'Number',
64 'type' =>
'Enum#text,password,checkbox,button,radio,submit,reset,file,hidden,image',
73 'Required: optgroup | option',
76 'disabled' =>
'Bool#disabled',
77 'multiple' =>
'Bool#multiple',
80 'tabindex' =>
'Number',
90 'disabled' =>
'Bool#disabled',
92 'selected' =>
'Bool#selected',
106 'accesskey' =>
'Character',
108 'disabled' =>
'Bool#disabled',
110 'readonly' =>
'Bool#readonly',
112 'tabindex' =>
'Number',
120 'Optional: #PCDATA | Heading | List | Block | Inline',
123 'accesskey' =>
'Character',
124 'disabled' =>
'Bool#disabled',
126 'tabindex' =>
'Number',
127 'type' =>
'Enum#button,submit,reset',
151 $this->
addElement(
'fieldset',
'Form',
'Custom: (#WS?,legend,(Flow|#PCDATA)*)',
'Common');
156 'Optional: #PCDATA | Inline',
159 'accesskey' =>
'Character',
163 $label->excludes = array(
'label' =>
true);
168 'Optional: #PCDATA | Inline',
171 'accesskey' =>
'Character',
181 'disabled' =>
'Bool#disabled',
Sets height/width defaults for <textarea>
makeLookup($list)
Convenience function that generates a lookup table with boolean true as value.
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
◆ $content_sets
HTMLPurifier_HTMLModule_Forms::$content_sets |
Initial value:= array(
'Block' => 'Form',
'Inline' => 'Formctrl',
)
array
Definition at line 21 of file Forms.php.
◆ $name
HTMLPurifier_HTMLModule_Forms::$name = 'Forms' |
◆ $safe
HTMLPurifier_HTMLModule_Forms::$safe = false |
The documentation for this class was generated from the following file:
- Services/Html/HtmlPurifier/library/HTMLPurifier/HTMLModule/Forms.php