$rta = array_merge($rta, $tmp);
$rta[$attr] = $attr;
break;
+ case 'comun_clara':
+ $rta = array_merge($rta,
+ $this->_conf['atributos']["celda_comun"]);
+ $rta[$attr] = $attr;
+ break;
default:
trigger_error("No se permite setear el atributo $attr", E_USER_ERROR);
}
),
),
),
+ //}}}
+ //CELDA COMUN CLARA {{{
+ 'celda_comun_clara' => array (
+ 'alto_linea' => 10,
+ 'font' => 'Helvetica',
+ 'height' => 8,
+ 'fillcolor' => array (
+ 'red' => '0',
+ 'blue' => '0',
+ 'green' => '0',
+ ),
+ 'fill' => array (
+ 'mode' => 'fill+stroke',
+ 'fillcolor' => array (
+ 'red' => '1',
+ 'blue' => '1',
+ 'green' => '1',
+ ),
+ 'strokecolor' => array (
+ 'red' => '0',
+ 'blue' => '0',
+ 'green' => '0'
+ ),
+ ),
+ ),
//}}}
);
?>