Welcome to the Cookbook

loading...

7.3.3.13 $options[‘selected’]

The original text for this section has changed since it was translated. Please help resolve this difference. You can:

More information about translations

選択型の入力、つまりタイプが select, date, time, datetime の入力で使用します。入力する部分をレンダリングする時に selected 属性を設定して、デフォルトで選択状態にしたい項目の値を指定します。

echo $form->input('close_time', array('type' => 'time', 'selected' => '13:30:00'));
  1. echo $form->input('close_time', array('type' => 'time', 'selected' => '13:30:00'));