Friday, April 26, 2013

Focus selected option in Drop down box


Show the dropdown

$options=array('M'=>'Male','F'=>'Female');
echo $form->select('gender',$options, array('selected' => 'M'));

No comments:

Post a Comment