beginWidget('CActiveForm', array( 'id' => 'updateestado-form', 'enableAjaxValidation' => true, 'action' => CHtml::normalizeUrl(array('candidato/update', 'id' => $model->id)), 'htmlOptions' => array( 'class' => 'form_default', ), )); ?> error($model, 'id_estado', array('class' => 'errortext')); ?> labelEx($model, 'estado'); ?> findAll(), 'id', 'descripcion'); echo $form->dropDownList( $model, 'id_estado', $lista, array( 'class' => 'mf', )); ?>
endWidget(); ?>