私はこのようなものが欲しい:
<textarea rows="30" cols="70" class="TextBox" style="height:100px;">
しかし、twigテンプレートではなく、私のsymfony2アプリケーション内で私はこれを試しました:
$builder->add('history', 'textarea', array('label' => 'Nome' , 'max_length' => 1048576 , 'rows' = 30 , 'cols' = 70));
しかし、「行」と「列」はオプションではありません...
小枝で私はこのようなものが欲しい:
<label for="history">{{'form_anamnese_history'}}</label>
{{ form_widget(form.history) }}
フォーラムの投稿のようなテキストボックスに!