コード例 #1
0
ファイル: Text.php プロジェクト: novotnej/grido
 /**
  * @return \Nette\Forms\Controls\TextInput
  */
 protected function getFormControl()
 {
     $control = new \Nette\Forms\Controls\TextInput($this->label);
     $control->getControlPrototype()->class[] = 'text';
     return $control;
 }