Looking For Tinymce Full Feature.

Hello!

Form here you can see the nice demo for tinymce.

I found an extenstion called tinymce from yii official site.

The way I use it like this:




            <?php echo $form->labelEx($model,'hotel_promotion_info'); ?>

            <?php

                $this->widget('application.extensions.tinymce.ETinyMce', array(

                    'model'=>$model,

                    'attribute'=>'hotel_promotion_info',

                    //'language'=>'ru',

                    'htmlOptions'=>array('style'=>'width: 600px; height: 200px;')

                ));

            ?>


            <?php echo $form->error($model,'hotel_promotion_info'); ?>



Here the result:

3566

tinycme.PNG

So I guess we don’t have any full featured tinymce extension. Is that true?

Regards