+ } else {
+ $contenedora = $this->_conf['atributos']['tabla_contenedora'];
+ $contenedora['width'] = $this->getAttribute('width');
+ $this->updateAttributes(array('width' => '100%'));
+ $tabla_externa = new HTML_Table($contenedora);
+ $tabla_externa->addRow(array(parent::toHtml()),
+ $this->_conf['atributos']['celda_contenedora']);
+ $result = $tabla_externa->toHtml();