editMe is a Yii Framework extension which creates a highly customizable WYSIWYG editor (based on CKEditor) with just one line of code.
Please visit the extension's wiki page for a full documentation on editMe.
You may find more help and information in the editMe forum topic.
To report a problem or see open issues visit the extension's issues page.
Total 20 comments
Need to change the run function in ExtEditMe.php as follows:-
Works perfect with CKEditor 4.0.2. Just rename old folder in "vendors" folder from "CKEditor" to "_CKEditor" and paste new CKEditor in there with name "CKEditor". After copy "adapters" folder from "_CKEditor" and paste it in new "CKEditor" folder. Clean assets and refresh:)
Hi, new ckeditor 4.0 is released. Are you plan to update editme with it? Thanks!
works flawlessly.... good extension keep up the good work
Hi, thanks for your previous advices.
I've another question to ask. Where and how can I set up configuration like these?
Thank you very much
EDIT: I've solved placing the code
directly inside the page
Hey Giacomo
Unfortunately CKEditor doesn't offer a classic onChange event.
To accomplish something like that, you will need to implement something yourself.
There is a plugin which implements an onChange event for CKEditor: http://alfonsoml.blogspot.ch/2011/03/onchange-event-for-ckeditor.html Please understand that i can't offer support for this plugin since i myself never used it.
you might be able to find a possible solution here as well: http://stackoverflow.com/questions/5143516/detecting-onchange-events-from-a-ckeditor-using-jquery
Since some of the solutions require you to access to CKEditor instance, here's an example of how to do that:
hope this helps
Hey Giacomo
ozone is part of CKEditor 4 which is still beta. editMe 2.0 uses CKEditor 3.6.4, therefore you can only use the skins which are inside the extension. As soon as the final version of CKEditor 4 is released it will be included in editMe.
Also..is there a way to get via js the value of the textarea using the classic onchange function? in the same page i've a lot of instance of editme, with the same class.
in the extension i set
and inside the view i tried
with a normal textarea works fine. So sad :(
First of all, great ext! saved my time and life :) I'd like to change the dafault skin with new one. I tried to change with one included inside the ext, 'office2003', and it worked. Here's the code
than i googled for some cool skins, and I found these http://ckeditor.com/blog/ckeditor-4-skin-contest-finalists and tried the same stuff
...of course, is not working at all :( Any suggestion? Thank you very much.
Thank you! It works now.
I was trying this before, but I made a mistake - I wrote elements in array in wrong order, it affected result css and I thought it doesn't work.
Hey renathy
I do apologize, the documentation is unclear on this. You can define multiple items like this: "contentsCss" => array('css1', 'css2', 'css3')
Thanks for the feedback, I will update the documentation
Regards
How to add multiple contents css? CKEditor supports it, but I cannot get it using your extension. "contentsCss" => 'http://www.myweb.com/css/mycss.css', //THIS WORKS // but I need to add another url here
CTala
You are very welcome, thank you for the feedback.
Hello Hesam Khaki
Thank you very much for the appreciation. I am glad that everything works nicely for you.
Hey seniorboss
By default, pressing the tab key while inside the editor editing area will switch to the next field inside the form, no additional options are necessary for that. Try to remove the option "enableTabKeyTools" and see if it works...
I had a lot of troubles implementing an editor or using oher extensions.
This one works great, thanks for that!
since i'm using your great extension in my new project, again, I think I should thank you again, for your work and support, and suggest your extension to anyone who is looking for a WYSIWYG editor which is nicely integrated with Yii.
Hi and thank you for your great work. How can i abilitate the Tab Key Button to switch to next field when pressed?
These are the option i use (usage with model)
when i'm in the cell if I press Tab Key i can't go anywhere but if i press shift+Tab Key, he goes to the previous field.
What is wrong?
Hey ryurhrt
In editMe 2.0 CKEditor has been updated to the latest version (3.6.4).
The CKEditor version coming with editMe is not modified. Theoretically you can just replace the version in the vendors folder but that could break editMe if some CKEditor settings have changed.
Hey Littlebob
Since editMe 2.0 you can configure the entities setting like follows:
Leave a comment
Please login to leave your comment.