ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Proprietary.php
Go to the documentation of this file.
1
<?php
2
7
class
HTMLPurifier_HTMLModule_Proprietary
extends
HTMLPurifier_HTMLModule
8
{
9
10
public
$name
=
'Proprietary'
;
11
12
public
function
setup
($config) {
13
14
$this->
addElement
(
'marquee'
,
'Inline'
,
'Flow'
,
'Common'
,
15
array(
16
'direction'
=>
'Enum#left,right,up,down'
,
17
'behavior'
=>
'Enum#alternate'
,
18
'width'
=>
'Length'
,
19
'height'
=>
'Length'
,
20
'scrolldelay'
=>
'Number'
,
21
'scrollamount'
=>
'Number'
,
22
'loop'
=>
'Number'
,
23
'bgcolor'
=>
'Color'
,
24
'hspace'
=>
'Pixels'
,
25
'vspace'
=>
'Pixels'
,
26
)
27
);
28
29
}
30
31
}
32
33
// vim: et sw=4 sts=4
HTMLPurifier_HTMLModule_Proprietary\setup
setup($config)
Definition:
Proprietary.php:12
HTMLPurifier_HTMLModule_Proprietary
Module defines proprietary tags and attributes in HTML.
Definition:
Proprietary.php:7
HTMLPurifier_HTMLModule_Proprietary\$name
$name
Definition:
Proprietary.php:10
HTMLPurifier_HTMLModule\addElement
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
Definition:
HTMLModule.php:130
HTMLPurifier_HTMLModule
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Definition:
HTMLModule.php:18
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
Proprietary.php
Generated on Mon Dec 21 2020 19:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)