Ejemplo n.º 1
0
 public function render()
 {
     $this->setAdditionalAttributeAsText(' onclick="' . $this->getCancelURL() . '"');
     return parent::render();
 }
Ejemplo n.º 2
0
Archivo: Checkbox.php Proyecto: ksst/kf
 public function render()
 {
     return parent::render() . $this->getLabel();
 }