API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
validate ($string, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_AttrDef_HTML_Pixels | |
__construct ($max=null) | |
validate ($string, $config, $context) | |
make ($string) | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
validate ($string, $config, $context) | |
parseCDATA ($string) | |
make ($string) | |
Additional Inherited Members | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
$required = false | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
mungeRgb ($string) | |
expandCSSEscape ($string) | |
Protected Attributes inherited from HTMLPurifier_AttrDef_HTML_Pixels | |
$max | |
Validates the HTML type length (not to be confused with CSS's length).
This accepts integer pixels or percentages as lengths for certain HTML attributes.
validate | ( | $string, | |
$config, | |||
$context | |||
) |
string | $string | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrDef_HTML_Pixels.
Reimplemented in HTMLPurifier_AttrDef_HTML_MultiLength.