]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Agrego un estilo comun_clara que en MECON_HTML_Tabla es igual a comun, pero en MECON_...
authorMartín Marrese <marrese@gmail.com>
Mon, 1 Mar 2004 19:09:57 +0000 (19:09 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 1 Mar 2004 19:09:57 +0000 (19:09 +0000)
lib/MECON/HTML/Tabla.php
lib/MECON/PDF/Tabla/medidas.php

index 2a0f67e5725c541485e6ae8db713ba52b951f72a..345cf687b71d578d0f5282d5739df502cae5e1bd 100644 (file)
@@ -305,6 +305,11 @@ class MECON_HTML_Tabla extends HTML_Table {
                     $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);
             }
index 358fc61bc8b7a8ed593e42101ca8e5e71b22c9ba..d599f567a80e011111cc25f554f9e26eecbf0031 100644 (file)
@@ -102,6 +102,31 @@ return array (
                                 ),                                        
                         ),
                 ),
+        //}}}
+        //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'
+                                ),                                        
+                        ),
+                ),
         //}}}
             );
 ?>