have you tried adding config.removePlugins = 'htmldataprocessor'; ? it is not 'recommended', as it will stop validating/fixing invalid html code, but may do the trick in your case. have not tried it, though myself...
Azadi On Thu, Jan 12, 2012 at 03:37, Torrent Girl <[email protected]> wrote: > > > Thank you. But once again, the proper syntax is not included. > > I added the following and it doesn't work. I'm sure I have the wrong context > tho > > <script type=\"text/javascript\"> > CKEDITOR.replace( '#content.englishText#', { > on : { > instanceReady : function( ev ) { > this.dataProcessor.writer.setRules( 'cfoutput', { > indent : false, > breakBeforeOpen : false, > breakAfterOpen : false, > breakBeforeClose : false, > breakAfterClose : true > }); > } > }, > customConfig : '../ckeditor/ckeditor/ckeditor.js', > }); > </script> > > <cfoutput><textarea class="ckeditor" > name="editor1">#content.englishText#</textarea></cfoutput> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349421 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

