예제 #1
0
 public function init()
 {
     $this->allowedAttributes[] = 'autocomplete';
     $this->allowedAttributes[] = 'size';
     $this->allowedAttributes[] = 'min';
     $this->allowedAttributes[] = 'max';
     parent::init();
 }
예제 #2
0
 public function init()
 {
     $this->allowedAttributes[] = 'value';
     parent::init();
 }