X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/90aab0093474f7ec454fd1ed074538e948ebb08d..2952acdb7919c6e17bcd4c45ecd3c4e71861afe7:/lib/MECON/HTML/QuickForm.php diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index fba9f37..c5b52ca 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -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