martes, 2 de agosto de 2016

campos ocultos en yii

hidden field with model and form:
<?php echo $form->hiddenField($model, 'name'); ?>
or without model
<?php echo CHtml::hiddenField('name' , 'value', array('id' => 'hiddenInput')); ?>

No hay comentarios:

Publicar un comentario