コード例 #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();
 }