ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ 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
x
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
k
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
{
12
public
$name
=
'Proprietary'
;
13
17
public
function
setup
($config)
18
{
19
$this->
addElement
(
20
'marquee'
,
21
'Inline'
,
22
'Flow'
,
23
'Common'
,
24
array(
25
'direction'
=>
'Enum#left,right,up,down'
,
26
'behavior'
=>
'Enum#alternate'
,
27
'width'
=>
'Length'
,
28
'height'
=>
'Length'
,
29
'scrolldelay'
=>
'Number'
,
30
'scrollamount'
=>
'Number'
,
31
'loop'
=>
'Number'
,
32
'bgcolor'
=>
'Color'
,
33
'hspace'
=>
'Pixels'
,
34
'vspace'
=>
'Pixels'
,
35
)
36
);
37
}
38
}
39
40
// vim: et sw=4 sts=4
HTMLPurifier_HTMLModule_Proprietary\setup
setup($config)
Definition:
Proprietary.php:17
HTMLPurifier_HTMLModule_Proprietary
Module defines proprietary tags and attributes in HTML.
Definition:
Proprietary.php:7
HTMLPurifier_HTMLModule_Proprietary\$name
$name
string
Definition:
Proprietary.php:12
HTMLPurifier_HTMLModule\addElement
addElement($element, $type, $contents, $attr_includes=array(), $attr=array())
Convenience function that sets up a new element.
Definition:
HTMLModule.php:144
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 Apr 7 2025 19:00:51 for ILIAS by
1.8.13 (using
Doxyfile
)