Source for file BgColor.php
Documentation is available at BgColor.php
* Pre-transform that changes deprecated bgcolor attribute to CSS.
public function transform($attr, $config, $context) {
if (!isset
($attr['bgcolor'])) return $attr;
// some validation should happen here
$this->prependCSS($attr, "background-color:$bgcolor;");
Documentation generated on Thu, 19 Jun 2008 18:48:53 -0400 by phpDocumentor 1.4.2