/ckeditor-widget

This extension allows to add CKEditor in a view.

Primary LanguagePHP

[php]
<?php $this->widget('ext.yiiext.ckeditor.ECKEditor', array(
  'model'=>$model,
  'attribute'=>'text',
  'language'=>'ru',
  'editorTemplate'=>'full',
)); ?>