예제 #1
0
파일: Login.php 프로젝트: jovanepires/sige
 protected function _email()
 {
     $e = parent::_email();
     $e->setAttrib("data-clear-btn", "true")->setDecorators(array('ViewHelper', 'Description', 'Errors', array('HtmlTag', ''), array('Label', '')))->getDecorator('label')->setOption('tag', null);
     return $e;
 }