IE7, ckeditor and jQuery adapter not working -


i unable open ckeditor instance in ie7 jquery dialog box. works in firefox, in ie following error in web console:

script1002: syntax error
config.js?t=b8dj5m3, line 1 character 1
script1002: syntax error
en.js?t=b8dj5m3, line 1 character 1
script5007: unable value of property 'options': object null or undefined
ckeditor.js, line 49 character 943

any ideas or there way purely not supported?

to fix this, created entire instance in jquery, predefining properties , assigned ckeditor each element wanted have editor

var properties = {properties in here}; $("#textareaid").ckeditor(properties); 

i dont think solution entirely helped me editor working :)


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -