ILIAS
release_4-4 Revision
◀ ilDoc Overview
StyleAttribute.php
Go to the documentation of this file.
1
<?php
2
7
class
HTMLPurifier_HTMLModule_StyleAttribute
extends
HTMLPurifier_HTMLModule
8
{
9
10
public
$name
=
'StyleAttribute'
;
11
public
$attr_collections
= array(
12
// The inclusion routine differs from the Abstract Modules but
13
// is in line with the DTD and XML Schemas.
14
'Style'
=> array(
'style'
=>
false
),
// see constructor
15
'Core'
=> array(0 => array(
'Style'
))
16
);
17
18
public
function
setup
($config) {
19
$this->attr_collections[
'Style'
][
'style'
] =
new
HTMLPurifier_AttrDef_CSS
();
20
}
21
22
}
23
24
// vim: et sw=4 sts=4
HTMLPurifier_HTMLModule_StyleAttribute
XHTML 1.1 Edit Module, defines editing-related elements.
Definition:
StyleAttribute.php:7
HTMLPurifier_HTMLModule_StyleAttribute\$name
$name
Definition:
StyleAttribute.php:10
HTMLPurifier_HTMLModule_StyleAttribute\setup
setup($config)
Definition:
StyleAttribute.php:18
HTMLPurifier_HTMLModule
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Definition:
HTMLModule.php:18
HTMLPurifier_AttrDef_CSS
Validates the HTML attribute style, otherwise known as CSS.
Definition:
CSS.php:14
HTMLPurifier_HTMLModule_StyleAttribute\$attr_collections
$attr_collections
Definition:
StyleAttribute.php:11
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
StyleAttribute.php
Generated on Mon Dec 21 2020 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)