beginWidget('CActiveForm', array( 'action'=>Yii::app()->createUrl($this->route), 'method'=>'get', )); ?>
label($model,'id'); ?> textField($model,'id'); ?>
label($model,'name'); ?> textArea($model,'name',array('rows'=>6, 'cols'=>50)); ?>
label($model,'textEn'); ?> textArea($model,'textEn',array('rows'=>6, 'cols'=>50)); ?>
label($model,'textRu'); ?> textArea($model,'textRu',array('rows'=>6, 'cols'=>50)); ?>
label($model,'textZh'); ?> textArea($model,'textZh',array('rows'=>6, 'cols'=>50)); ?>
endWidget(); ?>