

Öffentliche Methoden | |
| transform ($tag, $config, $context) | |
Datenfelder | |
| $transform_to = 'span' | |
Geschützte Attribute | |
| $_size_lookup | |
This transformation takes the three proprietary attributes of FONT and transforms them into their corresponding CSS attributes. These are color, face, and size.
Definiert in Zeile 18 der Datei Font.php.
| transform | ( | $ | tag, | |
| $ | config, | |||
| $ | context | |||
| ) |
Transforms the obsolete tag into the valid tag.
| $tag | Tag to be transformed. | |
| $config | Mandatory HTMLPurifier_Config object | |
| $context | Mandatory HTMLPurifier_Context object |
Erneute Implementation von HTMLPurifier_TagTransform.
$_size_lookup [protected] |
Initialisierung:
array(
'0' => 'xx-small',
'1' => 'xx-small',
'2' => 'small',
'3' => 'medium',
'4' => 'large',
'5' => 'x-large',
'6' => 'xx-large',
'7' => '300%',
'-1' => 'smaller',
'-2' => '60%',
'+1' => 'larger',
'+2' => '150%',
'+3' => '200%',
'+4' => '300%'
)
| $transform_to = 'span' |
Tag name to transform the tag to.
Erneute Implementation von HTMLPurifier_TagTransform.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|