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
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.
Re: debug ckeditor
<script type="text/javascript" src="../ckeditor_source.js">