class MECON_HTML_QuickForm extends HTML_QuickForm {
var $_rendererOpts = array();
var $_renderer = 'MECON_HTML_QuickForm_Renderer_Tabla';
class MECON_HTML_QuickForm extends HTML_QuickForm {
var $_rendererOpts = array();
var $_renderer = 'MECON_HTML_QuickForm_Renderer_Tabla';
function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null)
{
parent::HTML_QuickForm($formName, $method, $action, $target, $attributes);
function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null)
{
parent::HTML_QuickForm($formName, $method, $action, $target, $attributes);
switch ($this->_renderer) {
case 'MECON_HTML_QuickForm_Renderer_Tabla':
$renderer =& new MECON_HTML_QuickForm_Renderer_Tabla($this->_rendererOpts);
switch ($this->_renderer) {
case 'MECON_HTML_QuickForm_Renderer_Tabla':
$renderer =& new MECON_HTML_QuickForm_Renderer_Tabla($this->_rendererOpts);
//principio.
function setRenderer($renderer = 'MECON_HTML_QuickForm_Renderer_Tabla') {
$this->_renderer = $renderer;
//principio.
function setRenderer($renderer = 'MECON_HTML_QuickForm_Renderer_Tabla') {
$this->_renderer = $renderer;