beginWidget('CActiveForm', array( 'id'=>'translation-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); ?>
labelEx($model,'name'); ?> textArea($model,'name',array('rows'=>6, 'cols'=>50)); ?> error($model,'name'); ?>
labelEx($model,'textEn'); ?> textArea($model,'textEn',array('rows'=>6, 'cols'=>50)); ?> error($model,'textEn'); ?>
labelEx($model,'textRu'); ?> textArea($model,'textRu',array('rows'=>6, 'cols'=>50)); ?> error($model,'textRu'); ?>
labelEx($model,'textZh'); ?> textArea($model,'textZh',array('rows'=>6, 'cols'=>50)); ?> error($model,'textZh'); ?>
isNewRecord ? 'Create' : 'Save'); ?>
endWidget(); ?>