﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11658	How to make CKEditor field read only in IE9	Ravi		"Dear Team,

We are facing one critical issue on CKEditor field making read only.

We have some conditions to make that field.

in both cased it is getting enabled.

we tried below cutoms code in java script to make that field read -only. But we are getting the some errors from ckeditor.js file.

code we tried : 

1) $(sId).attr(""readonly"", true); 
2) CKEDITOR.instances[sDetailReport.GetInputName()].setReadOnly(true);

3) $(sId).ready(function() {
     CKEDITOR.config.readOnly = true;
    });

4) $( sId ).prop(""disabled"", true);

but no luck.

Can you help on this issue.

Regards,
Ravi Para

"	Bug	closed	Normal		Project : CKPackager	3.6.3	invalid		ravibabu.para@…
