]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm.php
- Cambio en QuickForm.php
[mecon/meconlib.git] / lib / MECON / HTML / QuickForm.php
index fba9f37869e8b916325a76e9d53abbfb5728ee78..c5b52cafa236657b7428e4ec83aab9bf5d2343b6 100644 (file)
@@ -53,7 +53,7 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple {
      * @deprecated 
      */
     function setRendererOpts($opts) {
-        $this->renderer->setAttributes($opts);
+        $this->renderer->updateAttributes($opts);
     }
 
     /**
@@ -76,6 +76,10 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple {
         $this->renderer->updateAttributes($opts);
     }
 
+    function getCSS() {
+        return $this->renderer->getCSS();
+    }
+
 }
 
 ?>
\ No newline at end of file