예제 #1
0
파일: CancelButton.php 프로젝트: ksst/kf
 public function render()
 {
     $this->setAdditionalAttributeAsText(' onclick="' . $this->getCancelURL() . '"');
     return parent::render();
 }
예제 #2
0
파일: Checkbox.php 프로젝트: ksst/kf
 public function render()
 {
     return parent::render() . $this->getLabel();
 }