beginWidget('bootstrap.widgets.TbActiveForm', array( 'id'=>'program-updates-form', // Please note: When you enable ajax validation, make sure the corresponding // controller action is handling ajax validation correctly. // There is a call to performAjaxValidation() commented in generated controller code. // See class documentation of CActiveForm for details on this. 'enableAjaxValidation'=>false, )); ?>

Fields with * are required.

errorSummary($model); ?> textFieldControlGroup($model,'Name',array('span'=>5,'maxlength'=>64)); ?> textAreaControlGroup($model,'Version',array('rows'=>6,'span'=>8)); ?> textAreaControlGroup($model,'Link',array('rows'=>6,'span'=>8)); ?>
isNewRecord ? 'Create' : 'Save',array( 'color'=>TbHtml::BUTTON_COLOR_PRIMARY, 'size'=>TbHtml::BUTTON_SIZE_LARGE, )); ?>
endWidget(); ?>