示例#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();
 }