cleditor Not working wiht me

Cleditor

i Add it to Folder Extension and wrote thsi code in views

of view.php

<?php $this->widget(‘application.extensions.cleditor.ECLEditor’, array(

    'model'=&gt;&#036;model,


	 'name'=&gt;'en_description',


   //'attribute'=&gt; 'en_description', //Model attribute name. Nome do atributo do modelo.


    'options'=&gt;array(


        'width'=&gt;'600',


        'height'=&gt;250,


        'useCSS'=&gt;true,


    ),


  'value'=&gt;&#036;model-&gt;en_description, 


)); ?&gt;

but still see textarea Only without any controls why ?????????? …

two of us, I hope someone can help

FIrst of all you posted on the wrong forum…

This is an extension contributed by some user not part of Yii core…

so you can ask him directly on the extension page with a comment

or

as the page of that extension say… in the "Discussion and bug report" - http://www.yiiframework.com/forum/index.php?showtopic=13121&st=0