]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Tue, 3 Jun 2003 15:49:34 +0000 (15:49 +0000)
committerMartín Marrese <marrese@gmail.com>
Tue, 3 Jun 2003 15:49:34 +0000 (15:49 +0000)
HTML/php/Tabla.php
HTML/test/prueba_tabla.php

index 7ff4816f35570ada89cceff98a6edc9aa5de8e1c..ce736c52f4eabd7d17ecfcf92314218c29f24f93 100644 (file)
@@ -189,6 +189,18 @@ class Tabla extends HTML_Table {
     }
 
     /**                 
     }
 
     /**                 
+    * Setea una columna como del tipo titulo
+    *
+    * @param int $columna
+    * 
+    * @access public
+    */
+    function setColTitulo ($columna)
+    {
+        return $this->updateColAttributes($columna,$this->_conf['atributos']['celda_titulo']);
+    }
+ /**                 
     * Alinea una columna entera  
     *
     * @param int $columna
     * Alinea una columna entera  
     *
     * @param int $columna
index be669bf98d5ece2ccae2ef9ec8dc783f13b02b39..47f06c363ce71c4703756c4055de207f90e86381 100644 (file)
@@ -38,7 +38,7 @@
     $TABLA->colSpan(2, 6,2);
     $TABLA->colSpan(2, 8,2);
 
     $TABLA->colSpan(2, 6,2);
     $TABLA->colSpan(2, 8,2);
 
-    
+    $TABLA->setCeldaTitulo($0);    
     $tohtml = $TABLA->toHtml();
     
     print $tohtml;
     $tohtml = $TABLA->toHtml();
     
     print $tohtml;