Exemple #1
0
 public function render()
 {
     $this->setAdditionalAttributeAsText(' onclick="' . $this->getCancelURL() . '"');
     return parent::render();
 }
Exemple #2
0
 public function render()
 {
     return parent::render() . $this->getLabel();
 }