Hi,
I want to step through the ckeditor code and was wondering if there is a way to have it point to the code inside the _source/plugins folder (since it is more readable) instead of the main /plugins folder.
thanks,
adico
I want to step through the ckeditor code and was wondering if there is a way to have it point to the code inside the _source/plugins folder (since it is more readable) instead of the main /plugins folder.
thanks,
adico
Re: debug ckeditor
This bug has been fixed on CKEditor 3.0.1.
http://cksource.com/blog/CKEditor_3.0.1_released
Re: debug ckeditor
Loading the "source" version of the editor now forces loading the source code of the plugins as well.
but how? is there some kind of config that can be set at the config.js file?
Re: debug ckeditor
<script type="text/javascript" src="../ckeditor_source.js">