Quote:
Originally Posted by kh99
I'm not sure, but I believe it's included in clientscript/ckeditor/ckeditor.js. I think a number of js files have been combined and "compressed" (by shortening variable names and taking out spaces) for efficiency.
|
Additional information to the above:
It is combined in the two core JavaScript files ckeditor.js and ckeditor_basic.js.
In converting my vb4 to an adaptable layout for tablets, I was forced to use a similiar setup as vb5 and regress to a simple text-box with bbcodes for some odd tablet devices. This turned out to really save me when my company stupidly switched many of the desktops to IE10. This may be too hard for the basic vb guy, but really was not a difficult thing to do.
I have been tempted to update the Ckeditor, but that always worries me since I do not have the resources for a penetration test on the Ckeditor. I like tried and true before I put something as complex as a new Ckeditor version online. I might add more problems then I am trying to fix.