There's a quicker way to switch between compacted, and non-compacted code.....simply replace the "fckeditor.html" with "fckeditor.original.html", either do that by overwriting the file, or by programmatically referring to either the original or not e.g. in fckeditor.asp at line 89:
RE: Non-compacted Javascript?
RE: Non-compacted Javascript?
Now, do you know of a nice method to compact those the same way that they are compacted in Fckeditor currently?
That is, after I've done my editing, I may want to compact them "again"...
RE: Non-compacted Javascript?
RE: Non-compacted Javascript?
just take a look at this post
http://sourceforge.net/forum/message.php?msg_id=2754799
here you'll find make files for linux or win..
RE: Non-compacted Javascript?
CHANGE:
sLink = sBasePath & "editor/fckeditor.html?InstanceName=" + instanceName
TO:
sLink = sBasePath & "editor/fckeditor.original.html?InstanceName=" + instanceName
You could change it based on the Debug setting for instance, or create a new flag in the editor, saying compacted/non-compacted.