Example #1
0
 public function render()
 {
     $this->setAdditionalAttributeAsText(' onclick="' . $this->getCancelURL() . '"');
     return parent::render();
 }
Example #2
0
File: Checkbox.php Project: ksst/kf
 public function render()
 {
     return parent::render() . $this->getLabel();
 }