コード例 #1
0
ファイル: password.php プロジェクト: Jille/dingesform
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'password');
 }
コード例 #2
0
ファイル: textarea.php プロジェクト: Jille/dingesform
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('cols', $this->cols);
     $this->setAttribute('rows', $this->rows);
 }