This extension allows to add CKEditor in a view.
Created by Ekstazi
LGPL 3.0
<?php $this->widget('application.extensions.my.ckeditor.CKEditor', array( 'model'=>$model, 'attribute'=>'text', 'language'=>'ru', 'editorTemplate'=>'full', )); ?>
Please login with your forum account.