XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
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
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
HTMLModule
Proprietary.php
Generated on Fri May 10 2013 01:04:30 for XOOPS 2.5.6 by
1.8.3.1