This extension allows to add CKEditor in a view.
Resources ¶
Created by Ekstazi
Documentation ¶
<?php $this->widget('application.extensions.my.ckeditor.CKEditor', array(
'model'=>$model,
'attribute'=>'text',
'language'=>'ru',
'editorTemplate'=>'full',
)); ?>
Change Log ¶
October 23, 2009, version 0.3 ¶
- Fixed not displaying in Opera 10.
October 20, 2009, version 0.2 ¶
- Bug fixes.
October 14, 2009 ¶
- Initial release.
nice extension
it's a good extensions but it would be nice to have CKFinder with file browser and image upload functionalities.
version update?
Can the creator of this extension update it to the latest version of the product. Thanks. Nice extension btw
Bug
Ok, I'll fix that
support for custom config files
Hi,
I may just not be using it correctly, but my attempts at using a custom configuration file have failed. I hope you'll add support for this in the future. Other than that, it's great.
-Charlie
New version uploaded
Uploaded new version with bug fixes.
Performance
This widged have low performance. My page generation time is ~0.2 without this widget and ~0.8 with it. So maby it need some optimisation.
@nayjest
@nayjest: couldn't it be caused by ckeditor in general? try to implement ckeditor directly into the view-file and take the page generation time once again.
It doesn't work and it's very old
Last update is 2009 and we're on 2011 !
This extension doesn't work, with no documentation neither source code comment.
Don't use it until his author update it : waste of time !
Another version?
Is there any other updated version of this? because this version is very outdated.
How to change Skin?
I downloaded "Moono" skin and extracted it under skins folder
protected\extensions\ckeditor\assets\skins\moono
Then I applied the skin by passing skin parameter to widget
<?php $this->widget('application.extensions.ckeditor.CKEditor', array( 'model'=>$model, 'attribute'=>'content', 'language'=>'en', 'editorTemplate'=>'full', 'skin'=>'moono', )); ?>
But editor disappears after applying the new skin.
Any solution?
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.