Example #1
0
?>
	</div>
    <div class="span4">
        <?php 
echo $form->labelEx($model, 'PersonID');
?>
		<?php 
echo $form->dropDownList($model, 'PersonID', Person::DropDown(), array('class' => 'span12'));
?>
	</div>
    <div class="span4">
        <?php 
echo $form->labelEx($model, 'TypeID');
?>
		<?php 
echo $form->dropDownList($model, 'TypeID', PersonDocumentTypes::DropDown1(), array('class' => 'span12'));
?>
	</div>
</div>
<?php 
php;
?>
<div class="row-fluid">
    <div class="span4">
		<?php 
echo $form->label($model, 'Series');
?>
		<?php 
echo $form->textField($model, 'Series', array('class' => 'span12', 'size' => 10, 'maxlength' => 10));
?>
	</div>